Warning, /games/lskat/src/namedialog.ui is written in an unsupported language. File is not indexed.
0001 <?xml version="1.0" encoding="UTF-8"?> 0002 <ui version="4.0"> 0003 <class>NameDialog</class> 0004 <widget class="QDialog" name="NameDialog"> 0005 <property name="geometry"> 0006 <rect> 0007 <x>0</x> 0008 <y>0</y> 0009 <width>239</width> 0010 <height>184</height> 0011 </rect> 0012 </property> 0013 <property name="windowTitle"> 0014 <string>Configure Names</string> 0015 </property> 0016 <layout class="QVBoxLayout"> 0017 <item> 0018 <widget class="QGroupBox" name="groupBox"> 0019 <property name="title"> 0020 <string>Player Names</string> 0021 </property> 0022 <layout class="QGridLayout"> 0023 <item row="0" column="1"> 0024 <widget class="QLineEdit" name="editPlayer1"/> 0025 </item> 0026 <item row="1" column="1"> 0027 <widget class="QLineEdit" name="editPlayer2"/> 0028 </item> 0029 <item row="0" column="0"> 0030 <widget class="QLabel" name="label_1"> 0031 <property name="text"> 0032 <string>Player 1:</string> 0033 </property> 0034 </widget> 0035 </item> 0036 <item row="1" column="0"> 0037 <widget class="QLabel" name="label_2"> 0038 <property name="text"> 0039 <string>Player 2:</string> 0040 </property> 0041 </widget> 0042 </item> 0043 </layout> 0044 </widget> 0045 </item> 0046 <item> 0047 <widget class="QDialogButtonBox" name="buttonBox"> 0048 <property name="standardButtons"> 0049 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> 0050 </property> 0051 </widget> 0052 </item> 0053 </layout> 0054 </widget> 0055 <resources/> 0056 <connections> 0057 <connection> 0058 <sender>buttonBox</sender> 0059 <signal>accepted()</signal> 0060 <receiver>NameDialog</receiver> 0061 <slot>accept()</slot> 0062 <hints> 0063 <hint type="sourcelabel"> 0064 <x>47</x> 0065 <y>161</y> 0066 </hint> 0067 <hint type="destinationlabel"> 0068 <x>36</x> 0069 <y>97</y> 0070 </hint> 0071 </hints> 0072 </connection> 0073 <connection> 0074 <sender>buttonBox</sender> 0075 <signal>rejected()</signal> 0076 <receiver>NameDialog</receiver> 0077 <slot>reject()</slot> 0078 <hints> 0079 <hint type="sourcelabel"> 0080 <x>174</x> 0081 <y>164</y> 0082 </hint> 0083 <hint type="destinationlabel"> 0084 <x>162</x> 0085 <y>97</y> 0086 </hint> 0087 </hints> 0088 </connection> 0089 </connections> 0090 </ui>