167 lines
		
	
	
		
			4.0 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			167 lines
		
	
	
		
			4.0 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
<?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>
 | 
						|
    <width>220</width>
 | 
						|
    <height>230</height>
 | 
						|
   </rect>
 | 
						|
  </property>
 | 
						|
  <property name="windowTitle">
 | 
						|
   <string>New Instance</string>
 | 
						|
  </property>
 | 
						|
  <property name="windowIcon">
 | 
						|
   <iconset resource="../multimc.qrc">
 | 
						|
    <normaloff>:/icons/toolbar/new</normaloff>:/icons/toolbar/new</iconset>
 | 
						|
  </property>
 | 
						|
  <property name="modal">
 | 
						|
   <bool>true</bool>
 | 
						|
  </property>
 | 
						|
  <layout class="QVBoxLayout" name="verticalLayout">
 | 
						|
   <item>
 | 
						|
    <layout class="QHBoxLayout" name="iconBtnLayout">
 | 
						|
     <item>
 | 
						|
      <spacer name="iconBtnLeftSpacer">
 | 
						|
       <property name="orientation">
 | 
						|
        <enum>Qt::Horizontal</enum>
 | 
						|
       </property>
 | 
						|
       <property name="sizeHint" stdset="0">
 | 
						|
        <size>
 | 
						|
         <width>40</width>
 | 
						|
         <height>20</height>
 | 
						|
        </size>
 | 
						|
       </property>
 | 
						|
      </spacer>
 | 
						|
     </item>
 | 
						|
     <item>
 | 
						|
      <widget class="QToolButton" name="iconButton">
 | 
						|
       <property name="icon">
 | 
						|
        <iconset resource="../multimc.qrc">
 | 
						|
         <normaloff>:/icons/instances/infinity</normaloff>:/icons/instances/infinity</iconset>
 | 
						|
       </property>
 | 
						|
       <property name="iconSize">
 | 
						|
        <size>
 | 
						|
         <width>80</width>
 | 
						|
         <height>80</height>
 | 
						|
        </size>
 | 
						|
       </property>
 | 
						|
      </widget>
 | 
						|
     </item>
 | 
						|
     <item>
 | 
						|
      <spacer name="iconBtnRightSpacer">
 | 
						|
       <property name="orientation">
 | 
						|
        <enum>Qt::Horizontal</enum>
 | 
						|
       </property>
 | 
						|
       <property name="sizeHint" stdset="0">
 | 
						|
        <size>
 | 
						|
         <width>40</width>
 | 
						|
         <height>20</height>
 | 
						|
        </size>
 | 
						|
       </property>
 | 
						|
      </spacer>
 | 
						|
     </item>
 | 
						|
    </layout>
 | 
						|
   </item>
 | 
						|
   <item>
 | 
						|
    <widget class="QLineEdit" name="instNameTextBox">
 | 
						|
     <property name="placeholderText">
 | 
						|
      <string>Name</string>
 | 
						|
     </property>
 | 
						|
    </widget>
 | 
						|
   </item>
 | 
						|
   <item>
 | 
						|
    <widget class="Line" name="line">
 | 
						|
     <property name="orientation">
 | 
						|
      <enum>Qt::Horizontal</enum>
 | 
						|
     </property>
 | 
						|
    </widget>
 | 
						|
   </item>
 | 
						|
   <item>
 | 
						|
    <layout class="QHBoxLayout" name="horizontalLayout">
 | 
						|
     <item>
 | 
						|
      <widget class="QLabel" name="labelVersion">
 | 
						|
       <property name="text">
 | 
						|
        <string>Version:</string>
 | 
						|
       </property>
 | 
						|
      </widget>
 | 
						|
     </item>
 | 
						|
     <item>
 | 
						|
      <widget class="QLineEdit" name="versionTextBox">
 | 
						|
       <property name="readOnly">
 | 
						|
        <bool>true</bool>
 | 
						|
       </property>
 | 
						|
      </widget>
 | 
						|
     </item>
 | 
						|
     <item>
 | 
						|
      <widget class="QToolButton" name="btnChangeVersion">
 | 
						|
       <property name="text">
 | 
						|
        <string>...</string>
 | 
						|
       </property>
 | 
						|
      </widget>
 | 
						|
     </item>
 | 
						|
    </layout>
 | 
						|
   </item>
 | 
						|
   <item>
 | 
						|
    <widget class="Line" name="line_2">
 | 
						|
     <property name="orientation">
 | 
						|
      <enum>Qt::Horizontal</enum>
 | 
						|
     </property>
 | 
						|
    </widget>
 | 
						|
   </item>
 | 
						|
   <item>
 | 
						|
    <widget class="QDialogButtonBox" name="buttonBox">
 | 
						|
     <property name="orientation">
 | 
						|
      <enum>Qt::Horizontal</enum>
 | 
						|
     </property>
 | 
						|
     <property name="standardButtons">
 | 
						|
      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
 | 
						|
     </property>
 | 
						|
    </widget>
 | 
						|
   </item>
 | 
						|
  </layout>
 | 
						|
 </widget>
 | 
						|
 <resources>
 | 
						|
  <include location="../multimc.qrc"/>
 | 
						|
 </resources>
 | 
						|
 <connections>
 | 
						|
  <connection>
 | 
						|
   <sender>buttonBox</sender>
 | 
						|
   <signal>accepted()</signal>
 | 
						|
   <receiver>NewInstanceDialog</receiver>
 | 
						|
   <slot>accept()</slot>
 | 
						|
   <hints>
 | 
						|
    <hint type="sourcelabel">
 | 
						|
     <x>248</x>
 | 
						|
     <y>254</y>
 | 
						|
    </hint>
 | 
						|
    <hint type="destinationlabel">
 | 
						|
     <x>157</x>
 | 
						|
     <y>274</y>
 | 
						|
    </hint>
 | 
						|
   </hints>
 | 
						|
  </connection>
 | 
						|
  <connection>
 | 
						|
   <sender>buttonBox</sender>
 | 
						|
   <signal>rejected()</signal>
 | 
						|
   <receiver>NewInstanceDialog</receiver>
 | 
						|
   <slot>reject()</slot>
 | 
						|
   <hints>
 | 
						|
    <hint type="sourcelabel">
 | 
						|
     <x>316</x>
 | 
						|
     <y>260</y>
 | 
						|
    </hint>
 | 
						|
    <hint type="destinationlabel">
 | 
						|
     <x>286</x>
 | 
						|
     <y>274</y>
 | 
						|
    </hint>
 | 
						|
   </hints>
 | 
						|
  </connection>
 | 
						|
 </connections>
 | 
						|
</ui>
 |