152 lines
		
	
	
		
			4.0 KiB
		
	
	
	
		
			XML
		
	
	
	
			
		
		
	
	
			152 lines
		
	
	
		
			4.0 KiB
		
	
	
	
		
			XML
		
	
	
	
<?xml version="1.0" encoding="UTF-8"?>
 | 
						|
<ui version="4.0">
 | 
						|
 <class>AttachDialog</class>
 | 
						|
 <widget class="QDialog" name="AttachDialog">
 | 
						|
  <property name="geometry">
 | 
						|
   <rect>
 | 
						|
    <x>0</x>
 | 
						|
    <y>0</y>
 | 
						|
    <width>611</width>
 | 
						|
    <height>293</height>
 | 
						|
   </rect>
 | 
						|
  </property>
 | 
						|
  <property name="windowTitle">
 | 
						|
   <string>Attach</string>
 | 
						|
  </property>
 | 
						|
  <property name="windowIcon">
 | 
						|
   <iconset resource="../../resource.qrc">
 | 
						|
    <normaloff>:/icons/images/attach.png</normaloff>:/icons/images/attach.png</iconset>
 | 
						|
  </property>
 | 
						|
  <layout class="QGridLayout" name="gridLayout">
 | 
						|
   <property name="leftMargin">
 | 
						|
    <number>0</number>
 | 
						|
   </property>
 | 
						|
   <property name="topMargin">
 | 
						|
    <number>0</number>
 | 
						|
   </property>
 | 
						|
   <property name="rightMargin">
 | 
						|
    <number>0</number>
 | 
						|
   </property>
 | 
						|
   <property name="bottomMargin">
 | 
						|
    <number>6</number>
 | 
						|
   </property>
 | 
						|
   <item row="0" column="0">
 | 
						|
    <layout class="QVBoxLayout" name="verticalLayout">
 | 
						|
     <property name="spacing">
 | 
						|
      <number>6</number>
 | 
						|
     </property>
 | 
						|
     <property name="sizeConstraint">
 | 
						|
      <enum>QLayout::SetDefaultConstraint</enum>
 | 
						|
     </property>
 | 
						|
     <item>
 | 
						|
      <widget class="StdTable" name="listProcesses">
 | 
						|
       <property name="sizePolicy">
 | 
						|
        <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
 | 
						|
         <horstretch>0</horstretch>
 | 
						|
         <verstretch>0</verstretch>
 | 
						|
        </sizepolicy>
 | 
						|
       </property>
 | 
						|
       <property name="frameShape">
 | 
						|
        <enum>QFrame::StyledPanel</enum>
 | 
						|
       </property>
 | 
						|
       <property name="frameShadow">
 | 
						|
        <enum>QFrame::Sunken</enum>
 | 
						|
       </property>
 | 
						|
      </widget>
 | 
						|
     </item>
 | 
						|
     <item>
 | 
						|
      <layout class="QHBoxLayout" name="horizontalLayout">
 | 
						|
       <property name="spacing">
 | 
						|
        <number>6</number>
 | 
						|
       </property>
 | 
						|
       <property name="sizeConstraint">
 | 
						|
        <enum>QLayout::SetDefaultConstraint</enum>
 | 
						|
       </property>
 | 
						|
       <property name="leftMargin">
 | 
						|
        <number>6</number>
 | 
						|
       </property>
 | 
						|
       <property name="topMargin">
 | 
						|
        <number>0</number>
 | 
						|
       </property>
 | 
						|
       <property name="rightMargin">
 | 
						|
        <number>6</number>
 | 
						|
       </property>
 | 
						|
       <property name="bottomMargin">
 | 
						|
        <number>0</number>
 | 
						|
       </property>
 | 
						|
       <item>
 | 
						|
        <spacer name="horizontalSpacer">
 | 
						|
         <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="QPushButton" name="btnAttach">
 | 
						|
         <property name="sizePolicy">
 | 
						|
          <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
 | 
						|
           <horstretch>0</horstretch>
 | 
						|
           <verstretch>0</verstretch>
 | 
						|
          </sizepolicy>
 | 
						|
         </property>
 | 
						|
         <property name="text">
 | 
						|
          <string>&Attach</string>
 | 
						|
         </property>
 | 
						|
        </widget>
 | 
						|
       </item>
 | 
						|
       <item>
 | 
						|
        <widget class="QPushButton" name="btnCancel">
 | 
						|
         <property name="sizePolicy">
 | 
						|
          <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
 | 
						|
           <horstretch>0</horstretch>
 | 
						|
           <verstretch>0</verstretch>
 | 
						|
          </sizepolicy>
 | 
						|
         </property>
 | 
						|
         <property name="text">
 | 
						|
          <string>&Cancel</string>
 | 
						|
         </property>
 | 
						|
        </widget>
 | 
						|
       </item>
 | 
						|
      </layout>
 | 
						|
     </item>
 | 
						|
    </layout>
 | 
						|
   </item>
 | 
						|
  </layout>
 | 
						|
 </widget>
 | 
						|
 <customwidgets>
 | 
						|
  <customwidget>
 | 
						|
   <class>StdTable</class>
 | 
						|
   <extends>QFrame</extends>
 | 
						|
   <header>StdTable.h</header>
 | 
						|
   <container>1</container>
 | 
						|
  </customwidget>
 | 
						|
 </customwidgets>
 | 
						|
 <resources>
 | 
						|
  <include location="../../resource.qrc"/>
 | 
						|
 </resources>
 | 
						|
 <connections>
 | 
						|
  <connection>
 | 
						|
   <sender>btnCancel</sender>
 | 
						|
   <signal>clicked()</signal>
 | 
						|
   <receiver>AttachDialog</receiver>
 | 
						|
   <slot>reject()</slot>
 | 
						|
   <hints>
 | 
						|
    <hint type="sourcelabel">
 | 
						|
     <x>561</x>
 | 
						|
     <y>272</y>
 | 
						|
    </hint>
 | 
						|
    <hint type="destinationlabel">
 | 
						|
     <x>551</x>
 | 
						|
     <y>255</y>
 | 
						|
    </hint>
 | 
						|
   </hints>
 | 
						|
  </connection>
 | 
						|
 </connections>
 | 
						|
</ui>
 |