warningdialog.ui
author insilmaril
Mon, 12 Feb 2007 09:28:47 +0000
changeset 427 fb74fa7bfb4c
parent 388 3a58c9ef4a18
child 433 310f1d82cf89
permissions -rw-r--r--
1.8.66 Various fixes
     1 <ui version="4.0" >
     2  <author></author>
     3  <comment></comment>
     4  <exportmacro></exportmacro>
     5  <class>WarningDialog</class>
     6  <widget class="QDialog" name="WarningDialog" >
     7   <property name="geometry" >
     8    <rect>
     9     <x>0</x>
    10     <y>0</y>
    11     <width>543</width>
    12     <height>264</height>
    13    </rect>
    14   </property>
    15   <property name="windowTitle" >
    16    <string>VYM - Warning : Foo...</string>
    17   </property>
    18   <layout class="QVBoxLayout" >
    19    <property name="margin" >
    20     <number>9</number>
    21    </property>
    22    <property name="spacing" >
    23     <number>6</number>
    24    </property>
    25    <item>
    26     <widget class="QTextEdit" name="warningTE" />
    27    </item>
    28    <item>
    29     <widget class="QLabel" name="warningSign" >
    30      <property name="text" >
    31       <string/>
    32      </property>
    33     </widget>
    34    </item>
    35    <item>
    36     <spacer>
    37      <property name="orientation" >
    38       <enum>Qt::Vertical</enum>
    39      </property>
    40      <property name="sizeType" >
    41       <enum>QSizePolicy::Expanding</enum>
    42      </property>
    43      <property name="sizeHint" >
    44       <size>
    45        <width>512</width>
    46        <height>16</height>
    47       </size>
    48      </property>
    49     </spacer>
    50    </item>
    51    <item>
    52     <layout class="QHBoxLayout" >
    53      <property name="margin" >
    54       <number>0</number>
    55      </property>
    56      <property name="spacing" >
    57       <number>6</number>
    58      </property>
    59      <item>
    60       <widget class="QCheckBox" name="showAgainBox" >
    61        <property name="text" >
    62         <string>showAgainBox</string>
    63        </property>
    64        <property name="checked" >
    65         <bool>true</bool>
    66        </property>
    67       </widget>
    68      </item>
    69      <item>
    70       <spacer>
    71        <property name="orientation" >
    72         <enum>Qt::Horizontal</enum>
    73        </property>
    74        <property name="sizeType" >
    75         <enum>QSizePolicy::Expanding</enum>
    76        </property>
    77        <property name="sizeHint" >
    78         <size>
    79          <width>73</width>
    80          <height>31</height>
    81         </size>
    82        </property>
    83       </spacer>
    84      </item>
    85      <item>
    86       <widget class="QPushButton" name="cancelButton" >
    87        <property name="text" >
    88         <string>Cancel</string>
    89        </property>
    90       </widget>
    91      </item>
    92      <item>
    93       <widget class="QPushButton" name="okButton" >
    94        <property name="text" >
    95         <string>Ok</string>
    96        </property>
    97       </widget>
    98      </item>
    99     </layout>
   100    </item>
   101   </layout>
   102  </widget>
   103  <layoutdefault spacing="6" margin="11" />
   104  <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
   105  <resources/>
   106  <connections>
   107   <connection>
   108    <sender>cancelButton</sender>
   109    <signal>clicked()</signal>
   110    <receiver>WarningDialog</receiver>
   111    <slot>reject()</slot>
   112    <hints>
   113     <hint type="sourcelabel" >
   114      <x>131</x>
   115      <y>244</y>
   116     </hint>
   117     <hint type="destinationlabel" >
   118      <x>266</x>
   119      <y>135</y>
   120     </hint>
   121    </hints>
   122   </connection>
   123   <connection>
   124    <sender>okButton</sender>
   125    <signal>clicked()</signal>
   126    <receiver>WarningDialog</receiver>
   127    <slot>accept()</slot>
   128    <hints>
   129     <hint type="sourcelabel" >
   130      <x>222</x>
   131      <y>244</y>
   132     </hint>
   133     <hint type="destinationlabel" >
   134      <x>266</x>
   135      <y>135</y>
   136     </hint>
   137    </hints>
   138   </connection>
   139  </connections>
   140 </ui>