mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-20 08:10:52 +01:00
Amelioration de la gestion de l'agrandissement des dialogues
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@240 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -29,7 +29,7 @@ InsetPropertiesWidget::InsetPropertiesWidget(const InsetProperties &inset, bool
|
||||
QVBoxLayout *this_layout = new QVBoxLayout(this);
|
||||
this_layout -> setContentsMargins(0, 0, 0, 0);
|
||||
QGroupBox *inset_infos = new QGroupBox(tr("Informations du cartouche"), this);
|
||||
inset_infos -> setMinimumWidth(300);
|
||||
inset_infos -> setMinimumSize(300, 260);
|
||||
this_layout -> addWidget(inset_infos);
|
||||
|
||||
inset_title = new QLineEdit(this);
|
||||
@@ -53,6 +53,8 @@ InsetPropertiesWidget::InsetPropertiesWidget(const InsetProperties &inset, bool
|
||||
layout_date -> addWidget(inset_current_date, 1, 0);
|
||||
layout_date -> addWidget(inset_fixed_date, 2, 0);
|
||||
layout_date -> addWidget(inset_date, 2, 1);
|
||||
layout_date -> setColumnStretch(0, 1);
|
||||
layout_date -> setColumnStretch(1, 500);
|
||||
|
||||
inset_filename = new QLineEdit(this);
|
||||
inset_folio = new QLineEdit(this);
|
||||
|
||||
Reference in New Issue
Block a user