1 Star 0 Fork 0

universe/timeDown

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
mainapp.ui 6.72 KB
一键复制 编辑 原始数据 按行查看 历史
universe 提交于 2021-04-04 10:53 . 首次提交。
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainApp</class>
<widget class="QMainWindow" name="MainApp">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1366</width>
<height>768</height>
</rect>
</property>
<property name="windowTitle">
<string>MainApp</string>
</property>
<property name="windowIcon">
<iconset resource="res.qrc">
<normaloff>:/img/img/shaLou100.png</normaloff>:/img/img/shaLou100.png</iconset>
</property>
<property name="autoFillBackground">
<bool>false</bool>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QGroupBox" name="boxAdd">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>500</x>
<y>280</y>
<width>300</width>
<height>200</height>
</rect>
</property>
<property name="title">
<string>添加倒计时</string>
</property>
<widget class="QPlainTextEdit" name="txtTitle">
<property name="geometry">
<rect>
<x>0</x>
<y>24</y>
<width>300</width>
<height>40</height>
</rect>
</property>
<property name="plainText">
<string/>
</property>
</widget>
<widget class="QSpinBox" name="numHour">
<property name="geometry">
<rect>
<x>0</x>
<y>70</y>
<width>90</width>
<height>40</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_m">
<property name="geometry">
<rect>
<x>95</x>
<y>80</y>
<width>10</width>
<height>20</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>:</string>
</property>
</widget>
<widget class="QLabel" name="label_m2">
<property name="geometry">
<rect>
<x>200</x>
<y>80</y>
<width>10</width>
<height>20</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>:</string>
</property>
</widget>
<widget class="QSpinBox" name="numMinute">
<property name="geometry">
<rect>
<x>105</x>
<y>70</y>
<width>90</width>
<height>40</height>
</rect>
</property>
</widget>
<widget class="QSpinBox" name="numSecond">
<property name="geometry">
<rect>
<x>210</x>
<y>70</y>
<width>90</width>
<height>40</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>5</x>
<y>120</y>
<width>61</width>
<height>31</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="text">
<string>刷新时间 </string>
</property>
</widget>
<widget class="QSpinBox" name="numRefresh">
<property name="geometry">
<rect>
<x>105</x>
<y>120</y>
<width>195</width>
<height>30</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>83</width>
<height>0</height>
</size>
</property>
<property name="suffix">
<string>ms</string>
</property>
<property name="prefix">
<string/>
</property>
<property name="minimum">
<number>200</number>
</property>
<property name="maximum">
<number>60000</number>
</property>
<property name="value">
<number>500</number>
</property>
</widget>
<widget class="QPushButton" name="btnCancel">
<property name="geometry">
<rect>
<x>170</x>
<y>150</y>
<width>51</width>
<height>51</height>
</rect>
</property>
<property name="autoFillBackground">
<bool>false</bool>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="res.qrc">
<normaloff>:/img/img/delete.png</normaloff>:/img/img/delete.png</iconset>
</property>
<property name="iconSize">
<size>
<width>50</width>
<height>50</height>
</size>
</property>
</widget>
<widget class="QPushButton" name="btnOk">
<property name="geometry">
<rect>
<x>70</x>
<y>150</y>
<width>51</width>
<height>51</height>
</rect>
</property>
<property name="autoFillBackground">
<bool>false</bool>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="res.qrc">
<normaloff>:/img/img/ok.png</normaloff>:/img/img/ok.png</iconset>
</property>
<property name="iconSize">
<size>
<width>50</width>
<height>50</height>
</size>
</property>
</widget>
</widget>
<widget class="QScrollArea" name="scrollArea">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1330</width>
<height>768</height>
</rect>
</property>
<property name="sizeAdjustPolicy">
<enum>QAbstractScrollArea::AdjustToContents</enum>
</property>
<property name="widgetResizable">
<bool>false</bool>
</property>
<widget class="QWidget" name="scrollAreaWidgetContents">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1300</width>
<height>768</height>
</rect>
</property>
<property name="layoutDirection">
<enum>Qt::LeftToRight</enum>
</property>
</widget>
</widget>
<widget class="QPushButton" name="btnAdd">
<property name="geometry">
<rect>
<x>1100</x>
<y>620</y>
<width>51</width>
<height>51</height>
</rect>
</property>
<property name="autoFillBackground">
<bool>false</bool>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="res.qrc">
<normaloff>:/img/img/add.png</normaloff>:/img/img/add.png</iconset>
</property>
<property name="iconSize">
<size>
<width>50</width>
<height>50</height>
</size>
</property>
</widget>
<zorder>scrollArea</zorder>
<zorder>boxAdd</zorder>
<zorder>btnAdd</zorder>
</widget>
</widget>
<resources>
<include location="res.qrc"/>
</resources>
<connections/>
</ui>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/ITKing9/timeDown.git
[email protected]:ITKing9/timeDown.git
ITKing9
timeDown
timeDown
master

搜索帮助