view/maindialog.ui
changeset 81 6cfca66d2f01
equal deleted inserted replaced
80:5d7057a1b202 81:6cfca66d2f01
       
     1 <ui version="4.0" >
       
     2  <class>Dialog</class>
       
     3  <widget class="QDialog" name="Dialog" >
       
     4   <property name="geometry" >
       
     5    <rect>
       
     6     <x>0</x>
       
     7     <y>0</y>
       
     8     <width>493</width>
       
     9     <height>389</height>
       
    10    </rect>
       
    11   </property>
       
    12   <property name="windowTitle" >
       
    13    <string>Dialog</string>
       
    14   </property>
       
    15   <layout class="QVBoxLayout" name="verticalLayout_3" >
       
    16    <item>
       
    17     <layout class="QHBoxLayout" name="horizontalLayout" >
       
    18      <item>
       
    19       <widget class="Q3ListView" name="listView" />
       
    20      </item>
       
    21      <item>
       
    22       <layout class="QVBoxLayout" name="verticalLayout_2" >
       
    23        <item>
       
    24         <widget class="QPushButton" name="upButton" >
       
    25          <property name="text" >
       
    26           <string>up</string>
       
    27          </property>
       
    28         </widget>
       
    29        </item>
       
    30        <item>
       
    31         <widget class="QPushButton" name="downButton" >
       
    32          <property name="text" >
       
    33           <string>down</string>
       
    34          </property>
       
    35         </widget>
       
    36        </item>
       
    37       </layout>
       
    38      </item>
       
    39     </layout>
       
    40    </item>
       
    41    <item>
       
    42     <widget class="QDialogButtonBox" name="buttonBox" >
       
    43      <property name="orientation" >
       
    44       <enum>Qt::Horizontal</enum>
       
    45      </property>
       
    46      <property name="standardButtons" >
       
    47       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
       
    48      </property>
       
    49     </widget>
       
    50    </item>
       
    51   </layout>
       
    52  </widget>
       
    53  <customwidgets>
       
    54   <customwidget>
       
    55    <class>Q3ListView</class>
       
    56    <extends>Q3Frame</extends>
       
    57    <header>q3listview.h</header>
       
    58   </customwidget>
       
    59  </customwidgets>
       
    60  <resources/>
       
    61  <connections>
       
    62   <connection>
       
    63    <sender>buttonBox</sender>
       
    64    <signal>accepted()</signal>
       
    65    <receiver>Dialog</receiver>
       
    66    <slot>accept()</slot>
       
    67    <hints>
       
    68     <hint type="sourcelabel" >
       
    69      <x>248</x>
       
    70      <y>254</y>
       
    71     </hint>
       
    72     <hint type="destinationlabel" >
       
    73      <x>157</x>
       
    74      <y>274</y>
       
    75     </hint>
       
    76    </hints>
       
    77   </connection>
       
    78   <connection>
       
    79    <sender>buttonBox</sender>
       
    80    <signal>rejected()</signal>
       
    81    <receiver>Dialog</receiver>
       
    82    <slot>reject()</slot>
       
    83    <hints>
       
    84     <hint type="sourcelabel" >
       
    85      <x>316</x>
       
    86      <y>260</y>
       
    87     </hint>
       
    88     <hint type="destinationlabel" >
       
    89      <x>286</x>
       
    90      <y>274</y>
       
    91     </hint>
       
    92    </hints>
       
    93   </connection>
       
    94  </connections>
       
    95 </ui>