Хранилища Subversion qb

Редакция

Авторство | Последнее изменение | Открыть журнал | Скачать | RSS

<ui version="4.0" >
 <author>Gordos Kund</author>
 <class>TablePrinterExample</class>
 <widget class="QWidget" name="TablePrinterExample" >
  <property name="geometry" >
   <rect>
    <x>0</x>
    <y>0</y>
    <width>652</width>
    <height>300</height>
   </rect>
  </property>
  <property name="windowTitle" >
   <string>Form</string>
  </property>
  <layout class="QHBoxLayout" >
   <item>
    <widget class="QTableView" name="tableView" >
     <property name="sortingEnabled" >
      <bool>true</bool>
     </property>
    </widget>
   </item>
   <item>
    <layout class="QVBoxLayout" >
     <item>
      <widget class="QComboBox" name="comboBox" >
       <property name="sizeAdjustPolicy" >
        <enum>QComboBox::AdjustToContents</enum>
       </property>
       <item>
        <property name="text" >
         <string>NoGrid</string>
        </property>
       </item>
       <item>
        <property name="text" >
         <string>NormalGrid</string>
        </property>
       </item>
       <item>
        <property name="text" >
         <string>AlternateColor</string>
        </property>
       </item>
       <item>
        <property name="text" >
         <string>AlternateColor &amp; Normal Grid</string>
        </property>
       </item>
      </widget>
     </item>
     <item>
      <widget class="QPushButton" name="previewPushButton" >
       <property name="text" >
        <string>Preview</string>
       </property>
      </widget>
     </item>
     <item>
      <widget class="QPushButton" name="printPushButton" >
       <property name="text" >
        <string>Print</string>
       </property>
      </widget>
     </item>
     <item>
      <widget class="QPushButton" name="closePushButton" >
       <property name="text" >
        <string>Close</string>
       </property>
      </widget>
     </item>
     <item>
      <spacer>
       <property name="orientation" >
        <enum>Qt::Vertical</enum>
       </property>
       <property name="sizeHint" stdset="0" >
        <size>
         <width>20</width>
         <height>40</height>
        </size>
       </property>
      </spacer>
     </item>
    </layout>
   </item>
  </layout>
 </widget>
 <resources/>
 <connections>
  <connection>
   <sender>closePushButton</sender>
   <signal>clicked()</signal>
   <receiver>TablePrinterExample</receiver>
   <slot>close()</slot>
   <hints>
    <hint type="sourcelabel" >
     <x>366</x>
     <y>92</y>
    </hint>
    <hint type="destinationlabel" >
     <x>398</x>
     <y>47</y>
    </hint>
   </hints>
  </connection>
 </connections>
</ui>