2013-02-02 00:37:36 +05:30
|
|
|
<?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 07:06:12 +05:30
|
|
|
<width>730</width>
|
|
|
|
<height>127</height>
|
2013-02-02 00:37:36 +05:30
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>New Instance</string>
|
|
|
|
</property>
|
|
|
|
<property name="windowIcon">
|
2014-11-09 01:47:28 +05:30
|
|
|
<iconset>
|
2013-02-02 00:37:36 +05:30
|
|
|
<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 07:06:12 +05:30
|
|
|
<layout class="QGridLayout" name="gridLayout_2">
|
|
|
|
<item row="1" column="2">
|
2014-11-09 01:47:28 +05:30
|
|
|
<widget class="QComboBox" name="groupBox">
|
|
|
|
<property name="editable">
|
|
|
|
<bool>true</bool>
|
2013-02-02 00:37:36 +05:30
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2018-03-19 07:06:12 +05:30
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QLabel" name="groupLabel">
|
2018-03-01 00:12:30 +05:30
|
|
|
<property name="text">
|
2018-03-19 07:06:12 +05:30
|
|
|
<string>&Group:</string>
|
2018-03-01 00:12:30 +05:30
|
|
|
</property>
|
2018-03-19 07:06:12 +05:30
|
|
|
<property name="buddy">
|
|
|
|
<cstring>groupBox</cstring>
|
2015-04-11 16:00:18 +05:30
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2018-03-19 07:06:12 +05:30
|
|
|
<item row="0" column="2">
|
2022-03-20 03:53:08 +05:30
|
|
|
<widget class="QLineEdit" name="instNameTextBox">
|
|
|
|
<property name="maxLength">
|
|
|
|
<number>128</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2015-02-13 02:31:20 +05:30
|
|
|
</item>
|
2018-03-19 07:06:12 +05:30
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QLabel" name="nameLabel">
|
2015-04-11 16:00:18 +05:30
|
|
|
<property name="text">
|
2018-03-19 07:06:12 +05:30
|
|
|
<string>&Name:</string>
|
2015-02-13 02:31:20 +05:30
|
|
|
</property>
|
2018-03-19 07:06:12 +05:30
|
|
|
<property name="buddy">
|
|
|
|
<cstring>instNameTextBox</cstring>
|
2018-03-01 00:12:30 +05:30
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2018-03-19 07:06:12 +05:30
|
|
|
<item row="0" column="0" rowspan="2">
|
|
|
|
<widget class="QToolButton" name="iconButton">
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
|
|
|
<width>80</width>
|
|
|
|
<height>80</height>
|
|
|
|
</size>
|
2018-03-01 00:12:30 +05:30
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-02-02 00:37:36 +05:30
|
|
|
</layout>
|
|
|
|
</item>
|
2013-05-04 01:11:37 +05:30
|
|
|
<item>
|
2018-03-19 07:06:12 +05:30
|
|
|
<widget class="Line" name="line">
|
2013-02-02 00:37:36 +05:30
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2015-04-11 16:00:18 +05:30
|
|
|
<tabstops>
|
2018-03-19 07:06:12 +05:30
|
|
|
<tabstop>iconButton</tabstop>
|
2015-04-11 16:00:18 +05:30
|
|
|
<tabstop>instNameTextBox</tabstop>
|
|
|
|
<tabstop>groupBox</tabstop>
|
|
|
|
</tabstops>
|
|
|
|
<resources/>
|
2018-03-19 07:06:12 +05:30
|
|
|
<connections/>
|
2013-02-02 00:37:36 +05:30
|
|
|
</ui>
|