⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 gobangfrom.ui

📁 在linux下使用qt来开发的五子棋
💻 UI
字号:
<ui version="4.0" > <class>From</class> <widget class="QWidget" name="From" >  <property name="geometry" >   <rect>    <x>0</x>    <y>0</y>    <width>745</width>    <height>570</height>   </rect>  </property>  <property name="minimumSize" >   <size>    <width>745</width>    <height>570</height>   </size>  </property>  <property name="baseSize" >   <size>    <width>0</width>    <height>0</height>   </size>  </property>  <property name="cursor" >   <cursorShape>ArrowCursor</cursorShape>  </property>  <property name="windowTitle" >   <string> GoBang =* Crazy Computer *=</string>  </property>  <widget class="QWidget" name="verticalLayout" >   <property name="geometry" >    <rect>     <x>640</x>     <y>370</y>     <width>86</width>     <height>91</height>    </rect>   </property>   <layout class="QVBoxLayout" >    <item>     <widget class="QPushButton" name="StartButton" >      <property name="text" >       <string> Restart</string>      </property>      <property name="icon" >       <iconset>images/icons/circle.png</iconset>      </property>     </widget>    </item>    <item>     <widget class="QPushButton" name="UndoButton" >      <property name="text" >       <string> Undo</string>      </property>      <property name="icon" >       <iconset>images/icons/undo.png</iconset>      </property>     </widget>    </item>   </layout>  </widget>  <widget class="QWidget" name="verticalLayout_2" >   <property name="geometry" >    <rect>     <x>0</x>     <y>0</y>     <width>611</width>     <height>551</height>    </rect>   </property>   <layout class="QVBoxLayout" >    <property name="spacing" >     <number>6</number>    </property>   </layout>  </widget>  <widget class="Line" name="line" >   <property name="geometry" >    <rect>     <x>610</x>     <y>0</y>     <width>20</width>     <height>581</height>    </rect>   </property>   <property name="orientation" >    <enum>Qt::Vertical</enum>   </property>  </widget>  <widget class="Line" name="line_2" >   <property name="geometry" >    <rect>     <x>620</x>     <y>80</y>     <width>131</width>     <height>16</height>    </rect>   </property>   <property name="orientation" >    <enum>Qt::Horizontal</enum>   </property>  </widget>  <widget class="Line" name="line_3" >   <property name="geometry" >    <rect>     <x>620</x>     <y>200</y>     <width>131</width>     <height>16</height>    </rect>   </property>   <property name="orientation" >    <enum>Qt::Horizontal</enum>   </property>  </widget>  <widget class="QWidget" name="verticalLayout_3" >   <property name="geometry" >    <rect>     <x>640</x>     <y>500</y>     <width>79</width>     <height>51</height>    </rect>   </property>   <layout class="QVBoxLayout" >    <item>     <widget class="QPushButton" name="ExitButton" >      <property name="text" >       <string> Exit</string>      </property>      <property name="icon" >       <iconset>images/icons/exit.png</iconset>      </property>     </widget>    </item>   </layout>  </widget>  <widget class="QWidget" name="verticalLayout_4" >   <property name="geometry" >    <rect>     <x>640</x>     <y>260</y>     <width>81</width>     <height>71</height>    </rect>   </property>   <layout class="QVBoxLayout" >    <item>     <widget class="QLabel" name="label_blackfirst" >      <property name="text" >       <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">p, li { white-space: pre-wrap; }&lt;/style>&lt;/head>&lt;body style=" font-family:'宋体'; font-size:9pt; font-weight:400; font-style:normal;">&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;span style=" font-weight:600; color:#4169e1;">Black First&lt;/span>&lt;/p>&lt;/body>&lt;/html></string>      </property>     </widget>    </item>    <item>     <widget class="QRadioButton" name="radioButton_black" >      <property name="enabled" >       <bool>true</bool>      </property>      <property name="layoutDirection" >       <enum>Qt::LeftToRight</enum>      </property>      <property name="autoFillBackground" >       <bool>false</bool>      </property>      <property name="text" >       <string>Black</string>      </property>      <property name="icon" >       <iconset>images/black.png</iconset>      </property>      <property name="checked" >       <bool>true</bool>      </property>     </widget>    </item>    <item>     <widget class="QRadioButton" name="radioButton_white" >      <property name="text" >       <string>White</string>      </property>      <property name="icon" >       <iconset>images/white.png</iconset>      </property>     </widget>    </item>   </layout>  </widget>  <widget class="Line" name="line_4" >   <property name="geometry" >    <rect>     <x>620</x>     <y>340</y>     <width>131</width>     <height>16</height>    </rect>   </property>   <property name="orientation" >    <enum>Qt::Horizontal</enum>   </property>  </widget>  <widget class="QWidget" name="verticalLayout_5" >   <property name="geometry" >    <rect>     <x>640</x>     <y>100</y>     <width>81</width>     <height>91</height>    </rect>   </property>   <layout class="QVBoxLayout" >    <property name="leftMargin" >     <number>0</number>    </property>    <item>     <widget class="QPushButton" name="helpButton" >      <property name="text" >       <string> Help</string>      </property>      <property name="icon" >       <iconset>images/icons/fileopen.png</iconset>      </property>     </widget>    </item>    <item>     <widget class="QPushButton" name="aboutButton" >      <property name="text" >       <string> About</string>      </property>      <property name="icon" >       <iconset>images/icons/ok.png</iconset>      </property>     </widget>    </item>   </layout>  </widget>  <widget class="Line" name="line_5" >   <property name="geometry" >    <rect>     <x>620</x>     <y>480</y>     <width>121</width>     <height>16</height>    </rect>   </property>   <property name="orientation" >    <enum>Qt::Horizontal</enum>   </property>  </widget>  <widget class="QLabel" name="label_name" >   <property name="geometry" >    <rect>     <x>630</x>     <y>30</y>     <width>108</width>     <height>31</height>    </rect>   </property>   <property name="text" >    <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">p, li { white-space: pre-wrap; }&lt;/style>&lt;/head>&lt;body style=" font-family:'宋体'; font-size:9pt; font-weight:400; font-style:normal;">&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;span style=" font-size:11pt; font-weight:600; color:#4169e1;">Crazy Gobang&lt;/span>&lt;/p>&lt;/body>&lt;/html></string>   </property>  </widget>  <widget class="QLabel" name="label_choosechess" >   <property name="geometry" >    <rect>     <x>630</x>     <y>230</y>     <width>108</width>     <height>16</height>    </rect>   </property>   <property name="text" >    <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">p, li { white-space: pre-wrap; }&lt;/style>&lt;/head>&lt;body style=" font-family:'宋体'; font-size:9pt; font-weight:400; font-style:normal;">&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;span style=" font-size:11pt; font-weight:600; color:#4169e1;">Choose Chess&lt;/span>&lt;/p>&lt;/body>&lt;/html></string>   </property>  </widget>  <action name="action_Start" >   <property name="icon" >    <iconset>images/icons/circle.png</iconset>   </property>   <property name="text" >    <string>&amp;Start</string>   </property>  </action>  <action name="action_Undo" >   <property name="icon" >    <iconset>images/icons/undo.png</iconset>   </property>   <property name="text" >    <string>&amp;Undo</string>   </property>  </action>  <action name="action_Exit" >   <property name="icon" >    <iconset>images/icons/exit.png</iconset>   </property>   <property name="text" >    <string>&amp;Exit</string>   </property>  </action> </widget> <resources/> <connections>  <connection>   <sender>ExitButton</sender>   <signal>clicked()</signal>   <receiver>From</receiver>   <slot>close()</slot>   <hints>    <hint type="sourcelabel" >     <x>679</x>     <y>524</y>    </hint>    <hint type="destinationlabel" >     <x>372</x>     <y>284</y>    </hint>   </hints>  </connection> </connections></ui>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -