diff options
-rw-r--r-- | desktop-editor/dialog.cpp | 6 | ||||
-rw-r--r-- | desktop-editor/dialog.ui | 12 |
2 files changed, 9 insertions, 9 deletions
diff --git a/desktop-editor/dialog.cpp b/desktop-editor/dialog.cpp index 489adec4..a0cbb53e 100644 --- a/desktop-editor/dialog.cpp +++ b/desktop-editor/dialog.cpp @@ -44,9 +44,9 @@ void Dialog::Initialise(QString param) ui->cbStartupNotification->setVisible(false); ui->lCommand->setVisible(false); ui->pbCommand->setVisible(false); - ui->label_3->setVisible(false); - ui->label_6->setVisible(false); - ui->label_4->setText("URL"); //we use the WorkingDir boxes for URL + ui->lblCommand->setVisible(false); + ui->lblOptions->setVisible(false); + ui->lblWorkingDir->setText("URL"); //we use the WorkingDir boxes for URL desktopType="link"; } } diff --git a/desktop-editor/dialog.ui b/desktop-editor/dialog.ui index 90a464b5..1811ace2 100644 --- a/desktop-editor/dialog.ui +++ b/desktop-editor/dialog.ui @@ -17,7 +17,7 @@ <item> <layout class="QGridLayout" name="gridLayout"> <item row="3" column="0" alignment="Qt::AlignRight"> - <widget class="QLabel" name="label_4"> + <widget class="QLabel" name="lblWorkingDir"> <property name="text"> <string>Working dir:</string> </property> @@ -65,21 +65,21 @@ </widget> </item> <item row="4" column="0" alignment="Qt::AlignRight"> - <widget class="QLabel" name="label_5"> + <widget class="QLabel" name="lblIcon"> <property name="text"> <string>Icon:</string> </property> </widget> </item> <item row="2" column="0" alignment="Qt::AlignRight"> - <widget class="QLabel" name="label_3"> + <widget class="QLabel" name="lblCommand"> <property name="text"> <string>Command:</string> </property> </widget> </item> <item row="1" column="0" alignment="Qt::AlignRight"> - <widget class="QLabel" name="label_2"> + <widget class="QLabel" name="lblComment"> <property name="text"> <string>Comment:</string> </property> @@ -120,14 +120,14 @@ </widget> </item> <item row="0" column="0" alignment="Qt::AlignRight"> - <widget class="QLabel" name="label"> + <widget class="QLabel" name="lblName"> <property name="text"> <string>Name:</string> </property> </widget> </item> <item row="5" column="0" alignment="Qt::AlignRight"> - <widget class="QLabel" name="label_6"> + <widget class="QLabel" name="lblOptions"> <property name="text"> <string>Options</string> </property> |