mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-03-09 08:49:59 +01:00
Fixed the widgets alignments in the cell edition widget.
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/branches/0.3@1472 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -45,6 +45,8 @@ class TitleBlockTemplateCellWidget : public QWidget {
|
||||
QLabel *cell_type_label_;
|
||||
QComboBox *cell_type_input_;
|
||||
|
||||
QLabel *empty_label_;
|
||||
|
||||
QLabel *logo_label_;
|
||||
QComboBox *logo_input_;
|
||||
QPushButton *add_logo_input_;
|
||||
@@ -68,6 +70,7 @@ class TitleBlockTemplateCellWidget : public QWidget {
|
||||
QSpinBox *font_size_input_;
|
||||
QCheckBox *font_adjust_input_;
|
||||
QVBoxLayout *cell_editor_layout_;
|
||||
QHBoxLayout *cell_editor_type_and_name_layout_;
|
||||
QGridLayout *cell_editor_text_layout_;
|
||||
QHBoxLayout *cell_editor_image_layout_;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user