|
@@ -7,43 +7,36 @@
|
|
|
<x>0</x>
|
|
|
<y>0</y>
|
|
|
<width>460</width>
|
|
|
- <height>900</height>
|
|
|
+ <height>896</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="windowTitle">
|
|
|
<string>Form</string>
|
|
|
</property>
|
|
|
- <widget class="QWidget" name="layoutWidget">
|
|
|
- <property name="geometry">
|
|
|
- <rect>
|
|
|
- <x>10</x>
|
|
|
- <y>10</y>
|
|
|
- <width>441</width>
|
|
|
- <height>31</height>
|
|
|
- </rect>
|
|
|
- </property>
|
|
|
- <layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
- <item>
|
|
|
- <widget class="QLabel" name="label">
|
|
|
- <property name="text">
|
|
|
- <string extracomment="温度列表Id">Temperature List Id</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item>
|
|
|
- <widget class="QComboBox" name="idListComboBox"/>
|
|
|
- </item>
|
|
|
- </layout>
|
|
|
- </widget>
|
|
|
+ <property name="styleSheet">
|
|
|
+ <string notr="true"/>
|
|
|
+ </property>
|
|
|
<widget class="JListWidget" name="serialNumberList">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>10</x>
|
|
|
- <y>77</y>
|
|
|
+ <y>84</y>
|
|
|
<width>441</width>
|
|
|
- <height>221</height>
|
|
|
+ <height>331</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
+ <property name="styleSheet">
|
|
|
+ <string notr="true"> QListWidget {
|
|
|
+ border-radius: 4px;
|
|
|
+ }
|
|
|
+QListWidget::item:hover {
|
|
|
+ background-color: rgba(176, 176, 216, 0.6);
|
|
|
+}
|
|
|
+QListWidget::item:selected {
|
|
|
+ background-color: rgba(160, 160, 200, 0.8);
|
|
|
+ color: #fff;
|
|
|
+}</string>
|
|
|
+ </property>
|
|
|
</widget>
|
|
|
<widget class="QPushButton" name="addBut">
|
|
|
<property name="geometry">
|
|
@@ -54,17 +47,26 @@
|
|
|
<height>23</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
+ <property name="cursor">
|
|
|
+ <cursorShape>PointingHandCursor</cursorShape>
|
|
|
+ </property>
|
|
|
+ <property name="toolTip">
|
|
|
+ <string extracomment="添加">add</string>
|
|
|
+ </property>
|
|
|
+ <property name="styleSheet">
|
|
|
+ <string notr="true">image: url(:/images/Program/addMatrix.png);</string>
|
|
|
+ </property>
|
|
|
<property name="text">
|
|
|
- <string>Add</string>
|
|
|
+ <string/>
|
|
|
</property>
|
|
|
</widget>
|
|
|
<widget class="QTabWidget" name="praTabWidget">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>10</x>
|
|
|
- <y>310</y>
|
|
|
+ <y>430</y>
|
|
|
<width>441</width>
|
|
|
- <height>390</height>
|
|
|
+ <height>451</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
</widget>
|
|
@@ -77,8 +79,110 @@
|
|
|
<height>23</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
+ <property name="cursor">
|
|
|
+ <cursorShape>PointingHandCursor</cursorShape>
|
|
|
+ </property>
|
|
|
+ <property name="toolTip">
|
|
|
+ <string extracomment="保存所有">Save all</string>
|
|
|
+ </property>
|
|
|
+ <property name="styleSheet">
|
|
|
+ <string notr="true">image: url(:/images/Program/saveBondInfo.png);</string>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string/>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ <widget class="QLabel" name="label">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>11</x>
|
|
|
+ <y>11</y>
|
|
|
+ <width>211</width>
|
|
|
+ <height>31</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <property name="styleSheet">
|
|
|
+ <string notr="true">background-color: transparent;
|
|
|
+border: none;</string>
|
|
|
+ </property>
|
|
|
<property name="text">
|
|
|
- <string>save all</string>
|
|
|
+ <string extracomment="温度列表Id:">Temperature List Id:</string>
|
|
|
+ </property>
|
|
|
+ <property name="alignment">
|
|
|
+ <set>Qt::AlignCenter</set>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ <widget class="QComboBox" name="idListComboBox">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>234</x>
|
|
|
+ <y>11</y>
|
|
|
+ <width>171</width>
|
|
|
+ <height>31</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <property name="font">
|
|
|
+ <font>
|
|
|
+ <family>Agency FB</family>
|
|
|
+ <pointsize>14</pointsize>
|
|
|
+ </font>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ <widget class="QFrame" name="frame">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>10</x>
|
|
|
+ <y>422</y>
|
|
|
+ <width>441</width>
|
|
|
+ <height>2</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <property name="styleSheet">
|
|
|
+ <string notr="true">background-color: rgb(199,202,235);</string>
|
|
|
+ </property>
|
|
|
+ <property name="frameShape">
|
|
|
+ <enum>QFrame::StyledPanel</enum>
|
|
|
+ </property>
|
|
|
+ <property name="frameShadow">
|
|
|
+ <enum>QFrame::Raised</enum>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ <widget class="QFrame" name="frame_2">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>10</x>
|
|
|
+ <y>78</y>
|
|
|
+ <width>441</width>
|
|
|
+ <height>2</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <property name="styleSheet">
|
|
|
+ <string notr="true">background-color: rgb(199,202,235);</string>
|
|
|
+ </property>
|
|
|
+ <property name="frameShape">
|
|
|
+ <enum>QFrame::StyledPanel</enum>
|
|
|
+ </property>
|
|
|
+ <property name="frameShadow">
|
|
|
+ <enum>QFrame::Raised</enum>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ <widget class="QFrame" name="frame_3">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>10</x>
|
|
|
+ <y>46</y>
|
|
|
+ <width>441</width>
|
|
|
+ <height>2</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <property name="styleSheet">
|
|
|
+ <string notr="true">background-color: rgb(199,202,235);</string>
|
|
|
+ </property>
|
|
|
+ <property name="frameShape">
|
|
|
+ <enum>QFrame::StyledPanel</enum>
|
|
|
+ </property>
|
|
|
+ <property name="frameShadow">
|
|
|
+ <enum>QFrame::Raised</enum>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</widget>
|