bec-widgets 0.99.15__py3-none-any.whl → 0.101.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,127 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <ui version="4.0">
3
- <class>Form</class>
4
- <widget class="QWidget" name="Form">
5
- <property name="geometry">
6
- <rect>
7
- <x>0</x>
8
- <y>0</y>
9
- <width>800</width>
10
- <height>600</height>
11
- </rect>
12
- </property>
13
- <property name="windowTitle">
14
- <string>Form</string>
15
- </property>
16
- <layout class="QGridLayout" name="gridLayout">
17
- <item row="0" column="0">
18
- <widget class="QSplitter" name="splitter_2">
19
- <property name="sizePolicy">
20
- <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
21
- <horstretch>1</horstretch>
22
- <verstretch>0</verstretch>
23
- </sizepolicy>
24
- </property>
25
- <property name="frameShape">
26
- <enum>QFrame::Shape::VLine</enum>
27
- </property>
28
- <property name="frameShadow">
29
- <enum>QFrame::Shadow::Plain</enum>
30
- </property>
31
- <property name="lineWidth">
32
- <number>1</number>
33
- </property>
34
- <property name="orientation">
35
- <enum>Qt::Orientation::Horizontal</enum>
36
- </property>
37
- <property name="opaqueResize">
38
- <bool>true</bool>
39
- </property>
40
- <property name="childrenCollapsible">
41
- <bool>true</bool>
42
- </property>
43
- <widget class="QGroupBox" name="group_curve_selection">
44
- <property name="title">
45
- <string>Select Curve</string>
46
- </property>
47
- <layout class="QVBoxLayout" name="verticalLayout">
48
- <item>
49
- <widget class="QPushButton" name="refresh_button">
50
- <property name="text">
51
- <string>Refresh DAP Summary</string>
52
- </property>
53
- </widget>
54
- </item>
55
- <item>
56
- <widget class="QListWidget" name="curve_list"/>
57
- </item>
58
- </layout>
59
- </widget>
60
- <widget class="QSplitter" name="splitter">
61
- <property name="sizePolicy">
62
- <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
63
- <horstretch>2</horstretch>
64
- <verstretch>0</verstretch>
65
- </sizepolicy>
66
- </property>
67
- <property name="orientation">
68
- <enum>Qt::Orientation::Vertical</enum>
69
- </property>
70
- <widget class="QGroupBox" name="group_summary">
71
- <property name="title">
72
- <string>Fit Summary</string>
73
- </property>
74
- <layout class="QVBoxLayout" name="verticalLayout_2">
75
- <item>
76
- <widget class="QTreeWidget" name="summary_tree">
77
- <property name="uniformRowHeights">
78
- <bool>false</bool>
79
- </property>
80
- <column>
81
- <property name="text">
82
- <string>Property</string>
83
- </property>
84
- </column>
85
- <column>
86
- <property name="text">
87
- <string>Value</string>
88
- </property>
89
- </column>
90
- </widget>
91
- </item>
92
- </layout>
93
- </widget>
94
- <widget class="QGroupBox" name="group_parameters">
95
- <property name="title">
96
- <string>Parameter Details</string>
97
- </property>
98
- <layout class="QVBoxLayout" name="verticalLayout_3">
99
- <item>
100
- <widget class="QTreeWidget" name="param_tree">
101
- <column>
102
- <property name="text">
103
- <string>Parameter</string>
104
- </property>
105
- </column>
106
- <column>
107
- <property name="text">
108
- <string>Value</string>
109
- </property>
110
- </column>
111
- <column>
112
- <property name="text">
113
- <string>Std</string>
114
- </property>
115
- </column>
116
- </widget>
117
- </item>
118
- </layout>
119
- </widget>
120
- </widget>
121
- </widget>
122
- </item>
123
- </layout>
124
- </widget>
125
- <resources/>
126
- <connections/>
127
- </ui>