attributedialog.ui
author insilmaril
Fri, 09 Nov 2007 12:07:20 +0000
changeset 623 7ba1c04d96d5
child 627 513107d1ed59
permissions -rw-r--r--
1.11.3 Better windows support
     1 <ui version="4.0" >
     2  <class>AttributeDialog</class>
     3  <widget class="QDialog" name="AttributeDialog" >
     4   <property name="geometry" >
     5    <rect>
     6     <x>0</x>
     7     <y>0</y>
     8     <width>468</width>
     9     <height>78</height>
    10    </rect>
    11   </property>
    12   <property name="sizePolicy" >
    13    <sizepolicy vsizetype="Preferred" hsizetype="Minimum" >
    14     <horstretch>0</horstretch>
    15     <verstretch>0</verstretch>
    16    </sizepolicy>
    17   </property>
    18   <property name="windowTitle" >
    19    <string>Attributes</string>
    20   </property>
    21   <layout class="QVBoxLayout" >
    22    <item>
    23     <widget class="QLineEdit" name="lineEdit" />
    24    </item>
    25    <item>
    26     <layout class="QHBoxLayout" >
    27      <item>
    28       <spacer>
    29        <property name="orientation" >
    30         <enum>Qt::Horizontal</enum>
    31        </property>
    32        <property name="sizeHint" >
    33         <size>
    34          <width>40</width>
    35          <height>20</height>
    36         </size>
    37        </property>
    38       </spacer>
    39      </item>
    40      <item>
    41       <widget class="QDialogButtonBox" name="buttonBox" >
    42        <property name="orientation" >
    43         <enum>Qt::Horizontal</enum>
    44        </property>
    45        <property name="standardButtons" >
    46         <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set>
    47        </property>
    48       </widget>
    49      </item>
    50     </layout>
    51    </item>
    52   </layout>
    53  </widget>
    54  <resources/>
    55  <connections>
    56   <connection>
    57    <sender>buttonBox</sender>
    58    <signal>accepted()</signal>
    59    <receiver>AttributeDialog</receiver>
    60    <slot>accept()</slot>
    61    <hints>
    62     <hint type="sourcelabel" >
    63      <x>248</x>
    64      <y>254</y>
    65     </hint>
    66     <hint type="destinationlabel" >
    67      <x>157</x>
    68      <y>274</y>
    69     </hint>
    70    </hints>
    71   </connection>
    72   <connection>
    73    <sender>buttonBox</sender>
    74    <signal>rejected()</signal>
    75    <receiver>AttributeDialog</receiver>
    76    <slot>reject()</slot>
    77    <hints>
    78     <hint type="sourcelabel" >
    79      <x>316</x>
    80      <y>260</y>
    81     </hint>
    82     <hint type="destinationlabel" >
    83      <x>286</x>
    84      <y>274</y>
    85     </hint>
    86    </hints>
    87   </connection>
    88  </connections>
    89 </ui>