Files
qt-creator/src/plugins/qnx/bardescriptoreditorpackageinformationwidget.ui

52 lines
1.3 KiB
Plaintext
Raw Normal View History

<?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>