QDialog(parent),
ui(new Ui::AboutAnyanka)
{
+ QString version;
+ QString qtVersion;
+
ui->setupUi(this);
- ui->ql_version->setText(GlobalInfo::APP_VERSION_STRING());
- ui->ql_qtVersion->setText(qVersion());
+ setWindowTitle("About Anyanka");
+ version = ui->ql_version->text();
+ qtVersion = ui->ql_qtVersion->text();
+ version += " " + GlobalInfo::APP_VERSION_STRING();
+ qtVersion += " " + QString(qVersion());
+ ui->ql_version->setText(version);
+ ui->ql_qtVersion->setText(qtVersion);
ui->ql_qtLogo->setPixmap(QPixmap("://resources/Qt_master_logo.png").scaled(ui->ql_qtLogo->size(), Qt::KeepAspectRatio,
Qt::SmoothTransformation));
}
<string>Anyanka</string>
</property>
</widget>
- <widget class="QLabel" name="ql_versionCap">
- <property name="geometry">
- <rect>
- <x>135</x>
- <y>60</y>
- <width>53</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>Version:</string>
- </property>
- </widget>
<widget class="QLabel" name="ql_version">
<property name="geometry">
<rect>
- <x>185</x>
+ <x>8</x>
<y>60</y>
- <width>41</width>
- <height>16</height>
+ <width>345</width>
+ <height>20</height>
</rect>
</property>
<property name="text">
- <string>-</string>
+ <string>Version:</string>
</property>
<property name="alignment">
- <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
+ <set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="ql_qtLogo">
<set>Qt::AlignCenter</set>
</property>
</widget>
- <widget class="QLabel" name="ql_qtVersionCap">
- <property name="geometry">
- <rect>
- <x>90</x>
- <y>280</y>
- <width>151</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>Using Qt 5 libraries version:</string>
- </property>
- </widget>
<widget class="QLabel" name="ql_qtVersion">
<property name="geometry">
<rect>
- <x>244</x>
+ <x>8</x>
<y>280</y>
- <width>41</width>
- <height>16</height>
+ <width>345</width>
+ <height>20</height>
</rect>
</property>
<property name="text">
- <string>-</string>
+ <string>Using Qt 5 libraries version:</string>
</property>
<property name="alignment">
- <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
+ <set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="ql_bunnies">
<property name="geometry">
<rect>
- <x>62</x>
+ <x>8</x>
<y>240</y>
- <width>240</width>
+ <width>346</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>"Fear nothing except for bunnies!"</string>
</property>
+ <property name="alignment">
+ <set>Qt::AlignCenter</set>
+ </property>
</widget>
</widget>
<resources/>