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:
xavier
2012-01-22 12:08:52 +00:00
parent 4795ed206d
commit 0e0e4dfc29
2 changed files with 24 additions and 7 deletions

View File

@@ -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_;