sustain-pedal-hid-sw/sustain-kbd-config/mainwindow.ui

252 lines
7.0 KiB
Plaintext
Raw Normal View History

2023-08-10 23:00:40 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>600</height>
</rect>
</property>
<property name="windowTitle">
<string>Shimatta Sustain Pedal Keyboard Configuration</string>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QWidget" name="verticalLayoutWidget_3">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>501</width>
<height>492</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_3">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QComboBox" name="deviceComboBox"/>
</item>
<item>
<widget class="QPushButton" name="rescanButton">
<property name="text">
<string>Rescan Device List</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QSpinBox" name="spinBoxVid"/>
</item>
<item>
<widget class="QSpinBox" name="spinBoxPid"/>
</item>
<item>
<widget class="QPushButton" name="pushButton">
<property name="text">
<string>Program VID:PID</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QPushButton" name="clearKeycodesButton">
<property name="text">
<string>Clear Keycodes</string>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="pedalUiElements">
<item>
<layout class="QVBoxLayout" name="verticalLayoutPedal1">
<item>
<widget class="QCheckBox" name="checkBoxLControl_1">
<property name="text">
<string>Left Control</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="checkBoxLShift_1">
<property name="text">
<string>Left Shift</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="checkBoxLAlt_1">
<property name="text">
<string>Left Alt</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="checkBoxLSuper_1">
<property name="text">
<string>Left Super</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="checkBoxRControl_1">
<property name="text">
<string>Right Control</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="checkBoxRShift_1">
<property name="text">
<string>Right Shift</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="checkBoxRAlt_1">
<property name="text">
<string>Right Alt</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="checkBoxRSuper_1">
<property name="text">
<string>Right Super</string>
</property>
</widget>
</item>
<item>
<widget class="QSpinBox" name="keycode1_1">
<property name="maximum">
<number>255</number>
</property>
</widget>
</item>
<item>
<widget class="QSpinBox" name="keycode2_1">
<property name="maximum">
<number>255</number>
</property>
</widget>
</item>
<item>
<widget class="QSpinBox" name="keycode3_1">
<property name="maximum">
<number>255</number>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="buttonProgPedal1">
<property name="text">
<string>Program Pedal 1</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayoutPedal2">
<item>
<widget class="QCheckBox" name="checkBoxLControl_2">
<property name="text">
<string>Left Control</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="checkBoxLShift_2">
<property name="text">
<string>Left Shift</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="checkBoxLAlt_2">
<property name="text">
<string>Left Alt</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="checkBoxLSuper_2">
<property name="text">
<string>Left Super</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="checkBoxRControl_2">
<property name="text">
<string>Right Control</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="checkBoxRShift_2">
<property name="text">
<string>Right Shift</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="checkBoxRAlt_2">
<property name="text">
<string>Right Alt</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="checkBoxRSuper_2">
<property name="text">
<string>Right Super</string>
</property>
</widget>
</item>
<item>
<widget class="QSpinBox" name="keycode1_2">
<property name="maximum">
<number>255</number>
</property>
</widget>
</item>
<item>
<widget class="QSpinBox" name="keycode2_2">
<property name="maximum">
<number>255</number>
</property>
</widget>
</item>
<item>
<widget class="QSpinBox" name="keycode3_2">
<property name="maximum">
<number>255</number>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="buttonProgPedal2">
<property name="text">
<string>Program Pedal 2</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</item>
</layout>
</widget>
</widget>
</widget>
<resources/>
<connections/>
</ui>