代码拉取完成,页面将自动刷新
<?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>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。