This repository has been archived by the owner. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3630935
commit b69a4b9
Showing
3 changed files
with
280 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,183 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<ui version="4.0"> | ||
<class>MainWindow</class> | ||
<widget class="QMainWindow" name="MainWindow" > | ||
<property name="geometry" > | ||
<widget class="QMainWindow" name="MainWindow"> | ||
<property name="geometry"> | ||
<rect> | ||
<x>0</x> | ||
<y>0</y> | ||
<width>400</width> | ||
<height>300</height> | ||
<width>574</width> | ||
<height>413</height> | ||
</rect> | ||
</property> | ||
<property name="windowTitle" > | ||
<property name="windowTitle"> | ||
<string>MainWindow</string> | ||
</property> | ||
<widget class="QMenuBar" name="menuBar" /> | ||
<widget class="QToolBar" name="mainToolBar" /> | ||
<widget class="QWidget" name="centralWidget" /> | ||
<widget class="QStatusBar" name="statusBar" /> | ||
<widget class="QWidget" name="centralWidget"> | ||
<widget class="QGroupBox" name="groupBox_epos"> | ||
<property name="geometry"> | ||
<rect> | ||
<x>10</x> | ||
<y>20</y> | ||
<width>376</width> | ||
<height>254</height> | ||
</rect> | ||
</property> | ||
<property name="title"> | ||
<string>EPOS</string> | ||
</property> | ||
<layout class="QGridLayout" name="gridLayout"> | ||
<item row="0" column="0" colspan="2"> | ||
<widget class="QGroupBox" name="groupBox_epos_lower"> | ||
<property name="title"> | ||
<string>MotorLower</string> | ||
</property> | ||
<layout class="QHBoxLayout" name="horizontalLayout"> | ||
<item> | ||
<widget class="QRadioButton" name="radioButton_epos_lower_cw"> | ||
<property name="text"> | ||
<string>CW</string> | ||
</property> | ||
</widget> | ||
</item> | ||
<item> | ||
<widget class="QRadioButton" name="radioButton_epos_lower_ccw"> | ||
<property name="text"> | ||
<string>CCW</string> | ||
</property> | ||
</widget> | ||
</item> | ||
<item> | ||
<widget class="QRadioButton" name="radioButton_epos_lower_off"> | ||
<property name="text"> | ||
<string>OFF</string> | ||
</property> | ||
<property name="checked"> | ||
<bool>true</bool> | ||
</property> | ||
</widget> | ||
</item> | ||
<item> | ||
<widget class="QLineEdit" name="lineEdit_epos_lower_rpm"> | ||
<property name="text"> | ||
<string>1000</string> | ||
</property> | ||
</widget> | ||
</item> | ||
<item> | ||
<widget class="QLabel" name="label_epos_lower_rpm"> | ||
<property name="text"> | ||
<string>rpm</string> | ||
</property> | ||
</widget> | ||
</item> | ||
</layout> | ||
</widget> | ||
</item> | ||
<item row="1" column="0" colspan="2"> | ||
<widget class="QGroupBox" name="groupBox_epos_upper"> | ||
<property name="title"> | ||
<string>MotorUpper</string> | ||
</property> | ||
<layout class="QHBoxLayout" name="horizontalLayout_2"> | ||
<item> | ||
<widget class="QRadioButton" name="radioButton_epos_upper_cw"> | ||
<property name="text"> | ||
<string>CW</string> | ||
</property> | ||
</widget> | ||
</item> | ||
<item> | ||
<widget class="QRadioButton" name="radioButton_epos_upper_ccw"> | ||
<property name="text"> | ||
<string>CCW</string> | ||
</property> | ||
</widget> | ||
</item> | ||
<item> | ||
<widget class="QRadioButton" name="radioButton_epos_upper_off"> | ||
<property name="text"> | ||
<string>OFF</string> | ||
</property> | ||
<property name="checked"> | ||
<bool>true</bool> | ||
</property> | ||
</widget> | ||
</item> | ||
<item> | ||
<widget class="QLineEdit" name="lineEdit_epos_upper_rpm"> | ||
<property name="text"> | ||
<string>1000</string> | ||
</property> | ||
</widget> | ||
</item> | ||
<item> | ||
<widget class="QLabel" name="label_epos_upper_rpm"> | ||
<property name="text"> | ||
<string>rpm</string> | ||
</property> | ||
</widget> | ||
</item> | ||
</layout> | ||
</widget> | ||
</item> | ||
<item row="2" column="0"> | ||
<widget class="QGroupBox" name="groupBox_epos_tension"> | ||
<property name="title"> | ||
<string>Tension</string> | ||
</property> | ||
<layout class="QHBoxLayout" name="horizontalLayout_3"> | ||
<item> | ||
<widget class="QRadioButton" name="radioButton_epos_tension_on"> | ||
<property name="text"> | ||
<string>ON</string> | ||
</property> | ||
</widget> | ||
</item> | ||
<item> | ||
<widget class="QRadioButton" name="radioButton_epos_tension_off"> | ||
<property name="text"> | ||
<string>OFF</string> | ||
</property> | ||
<property name="checked"> | ||
<bool>true</bool> | ||
</property> | ||
</widget> | ||
</item> | ||
</layout> | ||
</widget> | ||
</item> | ||
<item row="2" column="1"> | ||
<widget class="QGroupBox" name="groupBox_epos_sync"> | ||
<property name="title"> | ||
<string>Sync</string> | ||
</property> | ||
<layout class="QHBoxLayout" name="horizontalLayout_4"> | ||
<item> | ||
<widget class="QRadioButton" name="radioButton_epos_sync_on"> | ||
<property name="text"> | ||
<string>ON</string> | ||
</property> | ||
</widget> | ||
</item> | ||
<item> | ||
<widget class="QRadioButton" name="radioButton_epos_sync_off"> | ||
<property name="text"> | ||
<string>OFF</string> | ||
</property> | ||
<property name="checked"> | ||
<bool>true</bool> | ||
</property> | ||
</widget> | ||
</item> | ||
</layout> | ||
</widget> | ||
</item> | ||
</layout> | ||
</widget> | ||
</widget> | ||
</widget> | ||
<layoutDefault spacing="6" margin="11" /> | ||
<pixmapfunction></pixmapfunction> | ||
<layoutdefault spacing="6" margin="11"/> | ||
<resources/> | ||
<connections/> | ||
</ui> |