corrections about puzzle dialog

This commit is contained in:
Ronan Le Tiec 2020-04-11 23:34:58 +02:00
parent 1b0b30eb77
commit ed6cc7f5d9
2 changed files with 11 additions and 6 deletions

View File

@ -125,7 +125,7 @@ void DialogAboutPuzzle::FontPointSize(QWidget *w, int pointSize)
//--------------------------------------------------------------------------------------------------------------------- //---------------------------------------------------------------------------------------------------------------------
void DialogAboutPuzzle::RetranslateUi() void DialogAboutPuzzle::RetranslateUi()
{ {
ui->label_Puzzle_Version->setText(QString("Tape %1").arg(APP_VERSION_STR)); ui->label_Puzzle_Version->setText(QString("Puzzle %1").arg(APP_VERSION_STR));
ui->labelBuildRevision->setText(tr("Build revision: %1").arg(BUILD_REVISION)); ui->labelBuildRevision->setText(tr("Build revision: %1").arg(BUILD_REVISION));
ui->label_QT_Version->setText(buildCompatibilityString()); ui->label_QT_Version->setText(buildCompatibilityString());

View File

@ -7,7 +7,7 @@
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>462</width> <width>462</width>
<height>320</height> <height>338</height>
</rect> </rect>
</property> </property>
<property name="sizePolicy"> <property name="sizePolicy">
@ -23,11 +23,11 @@
</size> </size>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
<string>About Tape</string> <string>About Puzzle</string>
</property> </property>
<property name="windowIcon"> <property name="windowIcon">
<iconset resource="../../tape/share/resources/tapeicon.qrc"> <iconset resource="../share/resources/puzzleicon.qrc">
<normaloff>:/tapeicon/64x64/logo.png</normaloff>:/tapeicon/64x64/logo.png</iconset> <normaloff>:/puzzleicon/64x64/logo.png</normaloff>:/puzzleicon/64x64/logo.png</iconset>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout"> <layout class="QVBoxLayout" name="verticalLayout">
<item> <item>
@ -41,6 +41,9 @@
<property name="rightMargin"> <property name="rightMargin">
<number>9</number> <number>9</number>
</property> </property>
<property name="bottomMargin">
<number>16</number>
</property>
<item> <item>
<widget class="QLabel" name="label_appIcon"> <widget class="QLabel" name="label_appIcon">
<property name="sizePolicy"> <property name="sizePolicy">
@ -261,6 +264,9 @@
</item> </item>
<item> <item>
<layout class="QHBoxLayout" name="horizontalLayout_2"> <layout class="QHBoxLayout" name="horizontalLayout_2">
<property name="topMargin">
<number>0</number>
</property>
<item> <item>
<widget class="QPushButton" name="pushButtonCheckUpdate"> <widget class="QPushButton" name="pushButtonCheckUpdate">
<property name="text"> <property name="text">
@ -290,7 +296,6 @@
</widget> </widget>
<resources> <resources>
<include location="../share/resources/puzzleicon.qrc"/> <include location="../share/resources/puzzleicon.qrc"/>
<include location="../../tape/share/resources/tapeicon.qrc"/>
</resources> </resources>
<connections/> <connections/>
</ui> </ui>