Revert the reverted "Revert "better about dialog layout""

This reverts commit 176435646f.
This commit is contained in:
Peinthor Rene
2013-01-22 16:01:22 +01:00
parent adf1d9eb8a
commit 33b1adf58d
2 changed files with 13 additions and 13 deletions

View File

@@ -7,7 +7,7 @@ AboutDialog::AboutDialog(QWidget *parent) :
ui(new Ui::AboutDialog)
{
ui->setupUi(this);
this->setFixedSize(669, 306);
this->setFixedSize(this->width(), this->height());
ui->label_version->setText(ui->label_version->text() + " " + APP_VERSION);
ui->label_versionqt->setText(ui->label_versionqt->text() + " " + QT_VERSION_STR);

View File

@@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>669</width>
<height>306</height>
<width>531</width>
<height>329</height>
</rect>
</property>
<property name="windowTitle">
@@ -23,8 +23,8 @@
<widget class="QDialogButtonBox" name="buttonBox">
<property name="geometry">
<rect>
<x>300</x>
<y>260</y>
<x>160</x>
<y>280</y>
<width>351</width>
<height>32</height>
</rect>
@@ -39,8 +39,8 @@
<widget class="QLabel" name="label_imagelogo">
<property name="geometry">
<rect>
<x>10</x>
<y>50</y>
<x>380</x>
<y>10</y>
<width>131</width>
<height>81</height>
</rect>
@@ -55,7 +55,7 @@
<widget class="QLabel" name="label_version">
<property name="geometry">
<rect>
<x>160</x>
<x>20</x>
<y>30</y>
<width>491</width>
<height>20</height>
@@ -68,10 +68,10 @@
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>160</x>
<y>120</y>
<x>20</x>
<y>110</y>
<width>491</width>
<height>121</height>
<height>161</height>
</rect>
</property>
<property name="text">
@@ -93,7 +93,7 @@
<widget class="QLabel" name="label_versionqt">
<property name="geometry">
<rect>
<x>160</x>
<x>20</x>
<y>50</y>
<width>491</width>
<height>20</height>
@@ -106,7 +106,7 @@
<widget class="QLabel" name="label_versionsqlite">
<property name="geometry">
<rect>
<x>160</x>
<x>20</x>
<y>70</y>
<width>491</width>
<height>20</height>