summaryrefslogtreecommitdiff
path: root/src/plugins/qnx/bardescriptoreditorpackageinformationwidget.ui
diff options
context:
space:
mode:
authorTobias Nätterlund <tobias.naetterlund.qnx@kdab.com>2013-03-07 07:25:21 +0100
committerTobias Nätterlund <tobias.naetterlund@kdab.com>2013-04-30 12:42:45 +0200
commitdceb1c3acc0a0e2b3a114adea2995c74ab959507 (patch)
tree22daf506d8669679e1a18a475a420e853bdc7aff /src/plugins/qnx/bardescriptoreditorpackageinformationwidget.ui
parente3b03d77b7427af6d50d408e8bafa6aaf6c43553 (diff)
downloadqt-creator-dceb1c3acc0a0e2b3a114adea2995c74ab959507.tar.gz
QNX: Refactored bar descriptor editor
The Bar descriptor editor now uses the PanelWidget with PropertiesPanels instead, to make it more similar to the rest of the Qt Creator UI. Split the BarDescriptorEditorWidget class into multiple, smaller, classes. Also moved the Entry Text & Images panel to the General tab, as the Application tab was getting too crowded. Change-Id: I691ccf3638aaad4b5f0ad0d040094f2144d2cec0 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
Diffstat (limited to 'src/plugins/qnx/bardescriptoreditorpackageinformationwidget.ui')
-rw-r--r--src/plugins/qnx/bardescriptoreditorpackageinformationwidget.ui51
1 files changed, 51 insertions, 0 deletions
diff --git a/src/plugins/qnx/bardescriptoreditorpackageinformationwidget.ui b/src/plugins/qnx/bardescriptoreditorpackageinformationwidget.ui
new file mode 100644
index 0000000000..dbfe6e85a9
--- /dev/null
+++ b/src/plugins/qnx/bardescriptoreditorpackageinformationwidget.ui
@@ -0,0 +1,51 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
+ <class>Qnx::Internal::BarDescriptorEditorPackageInformationWidget</class>
+ <widget class="QWidget" name="Qnx::Internal::BarDescriptorEditorPackageInformationWidget">
+ <property name="geometry">
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>372</width>
+ <height>85</height>
+ </rect>
+ </property>
+ <property name="windowTitle">
+ <string>Form</string>
+ </property>
+ <layout class="QFormLayout" name="formLayout">
+ <item row="0" column="0">
+ <widget class="QLabel" name="label">
+ <property name="text">
+ <string>Package ID:</string>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="1">
+ <widget class="QLineEdit" name="packageId"/>
+ </item>
+ <item row="1" column="0">
+ <widget class="QLabel" name="label_2">
+ <property name="text">
+ <string>Package version:</string>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="1">
+ <widget class="QLineEdit" name="packageVersion"/>
+ </item>
+ <item row="2" column="0">
+ <widget class="QLabel" name="label_3">
+ <property name="text">
+ <string>Package build ID:</string>
+ </property>
+ </widget>
+ </item>
+ <item row="2" column="1">
+ <widget class="QLineEdit" name="packageBuildId"/>
+ </item>
+ </layout>
+ </widget>
+ <resources/>
+ <connections/>
+</ui>