Warning, /games/ksirk/ksirk/Dialogs/restartOrExitDialog.ui is written in an unsupported language. File is not indexed.

0001 <ui version="4.0" stdsetdef="1" >
0002   <class>RestartOrExitDialog</class>
0003   <widget class="QDialog" name="RestartOrExitDialog" >
0004     <property name="geometry" >
0005       <rect>
0006         <x>0</x>
0007         <y>0</y>
0008         <width>385</width>
0009         <height>229</height>
0010       </rect>
0011     </property>
0012     <property name="windowTitle" >
0013       <string>New Game or Exit</string>
0014     </property>
0015     <layout class="QGridLayout" >
0016       <item row="2" column="0" >
0017         <layout class="QHBoxLayout" >
0018           <property name="margin" >
0019             <number>0</number>
0020           </property>
0021           <item>
0022             <widget class="QPushButton" name="newGameButton" >
0023               <property name="text" >
0024                 <string>New Game</string>
0025               </property>
0026               <property name="shortcut" >
0027                 <string/>
0028               </property>
0029               <property name="toolTip" stdset="0" >
0030                 <string>Starts a new game</string>
0031               </property>
0032             </widget>
0033           </item>
0034           <item>
0035             <widget class="QPushButton" name="doNothingButton" >
0036               <property name="text" >
0037                 <string>Do Nothing</string>
0038               </property>
0039               <property name="toolTip" stdset="0" >
0040                 <string>Do nothing. Game buttons will be available</string>
0041               </property>
0042             </widget>
0043           </item>
0044           <item>
0045             <widget class="QPushButton" name="exitButton" >
0046               <property name="text" >
0047                 <string>Exit</string>
0048               </property>
0049               <property name="toolTip" stdset="0" >
0050                 <string>Quit KsirK</string>
0051               </property>
0052             </widget>
0053           </item>
0054         </layout>
0055       </item>
0056       <item row="1" column="0" >
0057         <spacer name="spacer1" >
0058           <property name="sizeHint" >
0059             <size>
0060               <width>31</width>
0061               <height>20</height>
0062             </size>
0063           </property>
0064           <property name="sizeType" >
0065             <enum>Expanding</enum>
0066           </property>
0067           <property name="orientation" >
0068             <enum>Qt::Vertical</enum>
0069           </property>
0070         </spacer>
0071       </item>
0072       <item row="0" column="0" >
0073         <widget class="QLabel" name="messageLabel" >
0074           <property name="sizePolicy" >
0075             <sizepolicy>
0076               <hsizetype>3</hsizetype>
0077               <vsizetype>3</vsizetype>
0078               <horstretch>0</horstretch>
0079               <verstretch>0</verstretch>
0080             </sizepolicy>
0081           </property>
0082           <property name="frameShape" >
0083             <enum>QFrame::NoFrame</enum>
0084           </property>
0085           <property name="text" >
0086             <string>%1 won! Do you want to play again?</string>
0087           </property>
0088           <property name="wordWrap" >
0089             <bool>false</bool>
0090           </property>
0091         </widget>
0092       </item>
0093     </layout>
0094   </widget>
0095 </ui>