增加查询功能

This commit is contained in:
2026-04-13 17:36:36 +08:00
parent 5d3ee2e09d
commit 07340577b7
17 changed files with 4304 additions and 7061 deletions
+46 -23
View File
@@ -101,29 +101,52 @@
</layout>
</item>
<item>
<widget class="QPushButton" name="btnChange">
<property name="minimumSize">
<size>
<width>0</width>
<height>50</height>
</size>
</property>
<property name="font">
<font>
<pointsize>12</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="styleSheet">
<string notr="true">QPushButton { background-color: #0078D4; color:
white; border-radius: 5px; } QPushButton:hover { background-color:
#106EBE; } QPushButton:pressed { background-color: #005A9E; }</string>
</property>
<property name="text">
<string>🚀 开始换号</string>
</property>
</widget>
<layout class="QHBoxLayout" name="horizontalLayout_change">
<item>
<widget class="QPushButton" name="btnChange">
<property name="minimumSize">
<size>
<width>0</width>
<height>50</height>
</size>
</property>
<property name="font">
<font>
<pointsize>12</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="styleSheet">
<string notr="true">QPushButton { background-color: #0078D4; color:
white; border-radius: 5px; } QPushButton:hover { background-color:
#106EBE; } QPushButton:pressed { background-color: #005A9E; }</string>
</property>
<property name="text">
<string>🚀 开始换号</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btnQueryUsage">
<property name="minimumSize">
<size>
<width>90</width>
<height>50</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>90</width>
<height>50</height>
</size>
</property>
<property name="text">
<string>📊 查询额度(暂时无用)</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_4">