12 Star 48 Fork 15

幽灵代码 / 跳一跳辅助qt版

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
cheatdlg.ui 1.47 KB
Copy Edit Web IDE Raw Blame History
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>CheatDlg</class>
<widget class="QDialog" name="CheatDlg">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>343</width>
<height>202</height>
</rect>
</property>
<property name="windowTitle">
<string>微信跳一跳 by小光</string>
</property>
<widget class="QPushButton" name="startbtn">
<property name="geometry">
<rect>
<x>70</x>
<y>100</y>
<width>75</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>启动</string>
</property>
</widget>
<widget class="QPushButton" name="stopbtn_2">
<property name="geometry">
<rect>
<x>190</x>
<y>100</y>
<width>75</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>停止</string>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>60</x>
<y>40</y>
<width>231</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-size:18pt; font-weight:600;&quot;&gt;小光出品,必属精品!&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
</widget>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources/>
<connections/>
</ui>
C++
1
https://gitee.com/ghostcode/TiaoYiTiaoFuZhuqtBan.git
git@gitee.com:ghostcode/TiaoYiTiaoFuZhuqtBan.git
ghostcode
TiaoYiTiaoFuZhuqtBan
跳一跳辅助qt版
master

Search