2013-02-01 19:07:36 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>NewInstanceDialog</class>
|
|
|
|
<widget class="QDialog" name="NewInstanceDialog">
|
|
|
|
<property name="windowModality">
|
|
|
|
<enum>Qt::ApplicationModal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2018-03-19 01:36:12 +00:00
|
|
|
<width>730</width>
|
|
|
|
<height>127</height>
|
2013-02-01 19:07:36 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>New Instance</string>
|
|
|
|
</property>
|
|
|
|
<property name="windowIcon">
|
2014-11-08 20:17:28 +00:00
|
|
|
<iconset>
|
2013-02-01 19:07:36 +00:00
|
|
|
<normaloff>:/icons/toolbar/new</normaloff>:/icons/toolbar/new</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="modal">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<item>
|
2018-03-19 01:36:12 +00:00
|
|
|
<layout class="QGridLayout" name="gridLayout_2">
|
|
|
|
<item row="1" column="2">
|
2014-11-08 20:17:28 +00:00
|
|
|
<widget class="QComboBox" name="groupBox">
|
|
|
|
<property name="editable">
|
|
|
|
<bool>true</bool>
|
2013-02-01 19:07:36 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2018-03-19 01:36:12 +00:00
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QLabel" name="groupLabel">
|
2018-02-28 18:42:30 +00:00
|
|
|
<property name="text">
|
2018-03-19 01:36:12 +00:00
|
|
|
<string>&Group:</string>
|
2018-02-28 18:42:30 +00:00
|
|
|
</property>
|
2018-03-19 01:36:12 +00:00
|
|
|
<property name="buddy">
|
|
|
|
<cstring>groupBox</cstring>
|
2015-04-11 11:30:18 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2018-03-19 01:36:12 +00:00
|
|
|
<item row="0" column="2">
|
2022-03-19 22:23:08 +00:00
|
|
|
<widget class="QLineEdit" name="instNameTextBox">
|
|
|
|
<property name="maxLength">
|
|
|
|
<number>128</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2015-02-12 21:01:20 +00:00
|
|
|
</item>
|
2018-03-19 01:36:12 +00:00
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QLabel" name="nameLabel">
|
2015-04-11 11:30:18 +01:00
|
|
|
<property name="text">
|
2018-03-19 01:36:12 +00:00
|
|
|
<string>&Name:</string>
|
2015-02-12 21:01:20 +00:00
|
|
|
</property>
|
2018-03-19 01:36:12 +00:00
|
|
|
<property name="buddy">
|
|
|
|
<cstring>instNameTextBox</cstring>
|
2018-02-28 18:42:30 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2018-03-19 01:36:12 +00:00
|
|
|
<item row="0" column="0" rowspan="2">
|
|
|
|
<widget class="QToolButton" name="iconButton">
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
|
|
|
<width>80</width>
|
|
|
|
<height>80</height>
|
|
|
|
</size>
|
2018-02-28 18:42:30 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-02-01 19:07:36 +00:00
|
|
|
</layout>
|
|
|
|
</item>
|
2013-05-03 20:41:37 +01:00
|
|
|
<item>
|
2018-03-19 01:36:12 +00:00
|
|
|
<widget class="Line" name="line">
|
2013-02-01 19:07:36 +00:00
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2015-04-11 11:30:18 +01:00
|
|
|
<tabstops>
|
2018-03-19 01:36:12 +00:00
|
|
|
<tabstop>iconButton</tabstop>
|
2015-04-11 11:30:18 +01:00
|
|
|
<tabstop>instNameTextBox</tabstop>
|
|
|
|
<tabstop>groupBox</tabstop>
|
|
|
|
</tabstops>
|
|
|
|
<resources/>
|
2018-03-19 01:36:12 +00:00
|
|
|
<connections/>
|
2013-02-01 19:07:36 +00:00
|
|
|
</ui>
|