tools/designer/src/lib/shared/templates/forms/Dialog_with_Buttons_Right.ui
changeset 0 1918ee327afb
equal deleted inserted replaced
-1:000000000000 0:1918ee327afb
       
     1 <ui version="4.0" >
       
     2  <author></author>
       
     3  <comment></comment>
       
     4  <exportmacro></exportmacro>
       
     5  <class>Dialog</class>
       
     6  <widget class="QDialog" name="Dialog" >
       
     7   <property name="geometry" >
       
     8    <rect>
       
     9     <x>0</x>
       
    10     <y>0</y>
       
    11     <width>400</width>
       
    12     <height>300</height>
       
    13    </rect>
       
    14   </property>
       
    15   <property name="windowTitle" >
       
    16    <string>Dialog</string>
       
    17   </property>
       
    18   <widget class="QDialogButtonBox" name="buttonBox" >
       
    19    <property name="geometry" >
       
    20     <rect>
       
    21      <x>290</x>
       
    22      <y>20</y>
       
    23      <width>81</width>
       
    24      <height>241</height>
       
    25     </rect>
       
    26    </property>
       
    27    <property name="orientation" >
       
    28     <enum>Qt::Vertical</enum>
       
    29    </property>
       
    30    <property name="standardButtons" >
       
    31     <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
       
    32    </property>
       
    33   </widget>
       
    34  </widget>
       
    35  <pixmapfunction></pixmapfunction>
       
    36  <resources/>
       
    37  <connections>
       
    38   <connection>
       
    39    <sender>buttonBox</sender>
       
    40    <signal>accepted()</signal>
       
    41    <receiver>Dialog</receiver>
       
    42    <slot>accept()</slot>
       
    43    <hints>
       
    44     <hint type="sourcelabel" >
       
    45      <x>248</x>
       
    46      <y>254</y>
       
    47     </hint>
       
    48     <hint type="destinationlabel" >
       
    49      <x>157</x>
       
    50      <y>274</y>
       
    51     </hint>
       
    52    </hints>
       
    53   </connection>
       
    54   <connection>
       
    55    <sender>buttonBox</sender>
       
    56    <signal>rejected()</signal>
       
    57    <receiver>Dialog</receiver>
       
    58    <slot>reject()</slot>
       
    59    <hints>
       
    60     <hint type="sourcelabel" >
       
    61      <x>316</x>
       
    62      <y>260</y>
       
    63     </hint>
       
    64     <hint type="destinationlabel" >
       
    65      <x>286</x>
       
    66      <y>274</y>
       
    67     </hint>
       
    68    </hints>
       
    69   </connection>
       
    70  </connections>
       
    71 </ui>