1 Star 1 Fork 0

Michael Ji/MathGenerator

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
mainUi.ui 10.09 KB
一键复制 编辑 原始数据 按行查看 历史
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>main_window</class>
<widget class="QMainWindow" name="main_window">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1232</width>
<height>760</height>
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<widget class="QWidget" name="centralwidget">
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16777215</height>
</size>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<property name="spacing">
<number>1</number>
</property>
<property name="leftMargin">
<number>2</number>
</property>
<property name="topMargin">
<number>2</number>
</property>
<property name="rightMargin">
<number>2</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<property name="spacing">
<number>20</number>
</property>
<item>
<widget class="QComboBox" name="mode_combobox">
<item>
<property name="text">
<string>Test Mode</string>
</property>
</item>
<item>
<property name="text">
<string>Real Mode</string>
</property>
</item>
</widget>
</item>
<item>
<widget class="QComboBox" name="counter_mode_combobox">
<item>
<property name="text">
<string>Count Up</string>
</property>
</item>
<item>
<property name="text">
<string>Count Down</string>
</property>
</item>
</widget>
</item>
<item>
<widget class="QSpinBox" name="time_setting_spinbox">
<property name="minimumSize">
<size>
<width>70</width>
<height>0</height>
</size>
</property>
<property name="maximum">
<number>99999</number>
</property>
<property name="singleStep">
<number>10</number>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>Second</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pb_export_to_word">
<property name="toolTip">
<string/>
</property>
<property name="toolTipDuration">
<number>-1</number>
</property>
<property name="text">
<string>Export to MS Word</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QRadioButton" name="select_add">
<property name="text">
<string>Add</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="select_sub">
<property name="text">
<string>Sub</string>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="select_mul">
<property name="text">
<string>Mul</string>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="select_div">
<property name="text">
<string>Div</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_2">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QComboBox" name="limit_combobox">
<item>
<property name="text">
<string>Less than 10</string>
</property>
</item>
<item>
<property name="text">
<string>Less than 20</string>
</property>
</item>
<item>
<property name="text">
<string>Less than 100</string>
</property>
</item>
</widget>
</item>
<item>
<widget class="QPushButton" name="pb_start">
<property name="text">
<string>Start</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pb_submit">
<property name="text">
<string>Submit</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QTableWidget" name="show_table_widget">
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="autoScroll">
<bool>false</bool>
</property>
<property name="tabKeyNavigation">
<bool>false</bool>
</property>
<property name="showDropIndicator" stdset="0">
<bool>false</bool>
</property>
<property name="dragDropOverwriteMode">
<bool>false</bool>
</property>
<property name="alternatingRowColors">
<bool>true</bool>
</property>
<attribute name="horizontalHeaderVisible">
<bool>false</bool>
</attribute>
<attribute name="horizontalHeaderStretchLastSection">
<bool>true</bool>
</attribute>
<attribute name="verticalHeaderVisible">
<bool>false</bool>
</attribute>
<attribute name="verticalHeaderStretchLastSection">
<bool>true</bool>
</attribute>
<row>
<property name="text">
<string>1</string>
</property>
</row>
<row>
<property name="text">
<string>2</string>
</property>
</row>
<row>
<property name="text">
<string>3</string>
</property>
</row>
<row>
<property name="text">
<string>4</string>
</property>
</row>
<row>
<property name="text">
<string>5</string>
</property>
</row>
<row>
<property name="text">
<string>6</string>
</property>
</row>
<row>
<property name="text">
<string>7</string>
</property>
</row>
<row>
<property name="text">
<string>8</string>
</property>
</row>
<row>
<property name="text">
<string>9</string>
</property>
</row>
<row>
<property name="text">
<string>10</string>
</property>
</row>
<row>
<property name="text">
<string>11</string>
</property>
</row>
<row>
<property name="text">
<string>12</string>
</property>
</row>
<row>
<property name="text">
<string>13</string>
</property>
</row>
<row>
<property name="text">
<string>14</string>
</property>
</row>
<row>
<property name="text">
<string>15</string>
</property>
</row>
<row>
<property name="text">
<string>16</string>
</property>
</row>
<row>
<property name="text">
<string>17</string>
</property>
</row>
<row>
<property name="text">
<string>18</string>
</property>
</row>
<row>
<property name="text">
<string>19</string>
</property>
</row>
<row>
<property name="text">
<string>20</string>
</property>
</row>
<row>
<property name="text">
<string>21</string>
</property>
</row>
<row>
<property name="text">
<string>22</string>
</property>
</row>
<row>
<property name="text">
<string>23</string>
</property>
</row>
<row>
<property name="text">
<string>24</string>
</property>
</row>
<row>
<property name="text">
<string>25</string>
</property>
</row>
<row>
<property name="text">
<string>26</string>
</property>
</row>
<column>
<property name="text">
<string>1</string>
</property>
<property name="textAlignment">
<set>AlignCenter</set>
</property>
</column>
<column>
<property name="text">
<string>2</string>
</property>
<property name="textAlignment">
<set>AlignCenter</set>
</property>
</column>
<column>
<property name="text">
<string>3</string>
</property>
<property name="textAlignment">
<set>AlignCenter</set>
</property>
</column>
<column>
<property name="text">
<string>4</string>
</property>
<property name="textAlignment">
<set>AlignCenter</set>
</property>
</column>
</widget>
</item>
</layout>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1232</width>
<height>23</height>
</rect>
</property>
</widget>
<widget class="QStatusBar" name="statusbar"/>
<action name="actionExport_to_Word">
<property name="text">
<string>Export to Word</string>
</property>
</action>
<action name="actionExit">
<property name="text">
<string>Exit</string>
</property>
</action>
<action name="actionDoc">
<property name="text">
<string>Doc</string>
</property>
</action>
<action name="actionAbout">
<property name="text">
<string>About</string>
</property>
</action>
</widget>
<resources>
<include location="res.qrc"/>
</resources>
<connections/>
</ui>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/jibintao/MathGenerator.git
git@gitee.com:jibintao/MathGenerator.git
jibintao
MathGenerator
MathGenerator
master

搜索帮助