update 添加三个拍照点位的显示设置

This commit is contained in:
FrankCV2048
2024-10-09 22:36:30 +08:00
parent 2fd734562d
commit 9a70f9c850
6 changed files with 756 additions and 23 deletions

View File

@ -127,7 +127,7 @@ border: 1px solid #dcdfe6;
</rect>
</property>
<property name="currentIndex">
<number>1</number>
<number>0</number>
</property>
<widget class="QWidget" name="page_6">
<widget class="QFrame" name="frame_2">
@ -2308,7 +2308,7 @@ background-color: #197971;
<x>0</x>
<y>10</y>
<width>871</width>
<height>61</height>
<height>131</height>
</rect>
</property>
<property name="frameShape">
@ -2317,6 +2317,435 @@ background-color: #197971;
<property name="frameShadow">
<enum>QFrame::Shadow::Raised</enum>
</property>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>20</x>
<y>20</y>
<width>53</width>
<height>15</height>
</rect>
</property>
<property name="text">
<string>X1:</string>
</property>
<property name="alignment">
<set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_x1">
<property name="geometry">
<rect>
<x>80</x>
<y>20</y>
<width>91</width>
<height>21</height>
</rect>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_y1">
<property name="geometry">
<rect>
<x>290</x>
<y>20</y>
<width>91</width>
<height>21</height>
</rect>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
<widget class="QLabel" name="label_7">
<property name="geometry">
<rect>
<x>230</x>
<y>20</y>
<width>53</width>
<height>15</height>
</rect>
</property>
<property name="text">
<string>Y1:</string>
</property>
<property name="alignment">
<set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_z1">
<property name="geometry">
<rect>
<x>480</x>
<y>20</y>
<width>91</width>
<height>21</height>
</rect>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
<widget class="QLabel" name="label_8">
<property name="geometry">
<rect>
<x>420</x>
<y>20</y>
<width>53</width>
<height>15</height>
</rect>
</property>
<property name="text">
<string>Z1:</string>
</property>
<property name="alignment">
<set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_y2">
<property name="geometry">
<rect>
<x>290</x>
<y>50</y>
<width>91</width>
<height>21</height>
</rect>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_x2">
<property name="geometry">
<rect>
<x>80</x>
<y>50</y>
<width>91</width>
<height>21</height>
</rect>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
<widget class="QLabel" name="label_9">
<property name="geometry">
<rect>
<x>230</x>
<y>50</y>
<width>53</width>
<height>15</height>
</rect>
</property>
<property name="text">
<string>Y2:</string>
</property>
<property name="alignment">
<set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
</property>
</widget>
<widget class="QLabel" name="label_10">
<property name="geometry">
<rect>
<x>420</x>
<y>50</y>
<width>53</width>
<height>15</height>
</rect>
</property>
<property name="text">
<string>Z2:</string>
</property>
<property name="alignment">
<set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
</property>
</widget>
<widget class="QLabel" name="label_11">
<property name="geometry">
<rect>
<x>20</x>
<y>50</y>
<width>53</width>
<height>15</height>
</rect>
</property>
<property name="text">
<string>X2:</string>
</property>
<property name="alignment">
<set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_z2">
<property name="geometry">
<rect>
<x>480</x>
<y>50</y>
<width>91</width>
<height>21</height>
</rect>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_z3">
<property name="geometry">
<rect>
<x>480</x>
<y>80</y>
<width>91</width>
<height>21</height>
</rect>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_x3">
<property name="geometry">
<rect>
<x>80</x>
<y>80</y>
<width>91</width>
<height>21</height>
</rect>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
<widget class="QLabel" name="label_12">
<property name="geometry">
<rect>
<x>420</x>
<y>80</y>
<width>53</width>
<height>15</height>
</rect>
</property>
<property name="text">
<string>Z3:</string>
</property>
<property name="alignment">
<set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_y3">
<property name="geometry">
<rect>
<x>290</x>
<y>80</y>
<width>91</width>
<height>21</height>
</rect>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
<widget class="QLabel" name="label_13">
<property name="geometry">
<rect>
<x>20</x>
<y>80</y>
<width>53</width>
<height>15</height>
</rect>
</property>
<property name="text">
<string>X3:</string>
</property>
<property name="alignment">
<set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
</property>
</widget>
<widget class="QLabel" name="label_14">
<property name="geometry">
<rect>
<x>230</x>
<y>80</y>
<width>53</width>
<height>15</height>
</rect>
</property>
<property name="text">
<string>Y3:</string>
</property>
<property name="alignment">
<set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
</property>
</widget>
<widget class="QPushButton" name="pushButton_get_p1">
<property name="geometry">
<rect>
<x>594</x>
<y>20</y>
<width>81</width>
<height>23</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">
*{
color: #ffffff;
background-color: rgb(16, 133, 255);
font: 12pt &quot;楷体&quot;;
border: 1px solid #dcdfe6;
border-radius: 6px;
}
*:pressed
{
background-color: #197971;
}
</string>
</property>
<property name="text">
<string>记录点位1</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_get_p2">
<property name="geometry">
<rect>
<x>594</x>
<y>50</y>
<width>81</width>
<height>23</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">
*{
color: #ffffff;
background-color: rgb(16, 133, 255);
font: 12pt &quot;楷体&quot;;
border: 1px solid #dcdfe6;
border-radius: 6px;
}
*:pressed
{
background-color: #197971;
}
</string>
</property>
<property name="text">
<string>记录点位2</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_get_p3">
<property name="geometry">
<rect>
<x>594</x>
<y>80</y>
<width>81</width>
<height>23</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">
*{
color: #ffffff;
background-color: rgb(16, 133, 255);
font: 12pt &quot;楷体&quot;;
border: 1px solid #dcdfe6;
border-radius: 6px;
}
*:pressed
{
background-color: #197971;
}
</string>
</property>
<property name="text">
<string>记录点位3</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_set_p3">
<property name="geometry">
<rect>
<x>680</x>
<y>80</y>
<width>81</width>
<height>23</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">
*{
color: #ffffff;
background-color: #1AA094;
font: 12pt &quot;楷体&quot;;
border: 1px solid #dcdfe6;
border-radius: 6px;
}
*:pressed
{
background-color: #197971;
}
</string>
</property>
<property name="text">
<string>记录点位3</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_set_p1">
<property name="geometry">
<rect>
<x>680</x>
<y>20</y>
<width>81</width>
<height>23</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">
*{
color: #ffffff;
background-color: #1AA094;
font: 12pt &quot;楷体&quot;;
border: 1px solid #dcdfe6;
border-radius: 6px;
}
*:pressed
{
background-color: #197971;
}
</string>
</property>
<property name="text">
<string>记录点位1</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_set_p2">
<property name="geometry">
<rect>
<x>680</x>
<y>50</y>
<width>81</width>
<height>23</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">
*{
color: #ffffff;
background-color: #1AA094;
font: 12pt &quot;楷体&quot;;
border: 1px solid #dcdfe6;
border-radius: 6px;
}
*:pressed
{
background-color: #197971;
}
</string>
</property>
<property name="text">
<string>记录点位2</string>
</property>
</widget>
</widget>
</widget>
</widget>