MacroBinds/qmacrobindswindow.ui
2024-09-17 04:05:32 -04:00

160 lines
4.0 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>QMacroBindsWindow</class>
<widget class="QMainWindow" name="QMacroBindsWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>219</width>
<height>473</height>
</rect>
</property>
<property name="windowTitle">
<string>MacroBinds</string>
</property>
<widget class="QWidget" name="centralwidget">
<layout class="QVBoxLayout" name="verticalLayout" stretch="1,1,0">
<property name="spacing">
<number>2</number>
</property>
<item>
<layout class="QGridLayout" name="gridDials">
<property name="sizeConstraint">
<enum>QLayout::SetMaximumSize</enum>
</property>
<property name="spacing">
<number>2</number>
</property>
</layout>
</item>
<item>
<layout class="QGridLayout" name="gridButtons">
<property name="sizeConstraint">
<enum>QLayout::SetMaximumSize</enum>
</property>
<property name="spacing">
<number>2</number>
</property>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout" stretch="1,0">
<item>
<widget class="QComboBox" name="comboMacroKeysList">
<property name="enabled">
<bool>false</bool>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="editable">
<bool>true</bool>
</property>
<property name="sizeAdjustPolicy">
<enum>QComboBox::AdjustToMinimumContentsLengthWithIcon</enum>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_5">
<property name="enabled">
<bool>false</bool>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximumSize">
<size>
<width>28</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string></string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>219</width>
<height>22</height>
</rect>
</property>
<widget class="QMenu" name="menuFile">
<property name="title">
<string>File</string>
</property>
<addaction name="actionAddApplication"/>
<addaction name="separator"/>
<addaction name="actionExit"/>
</widget>
<addaction name="menuFile"/>
</widget>
<action name="actionExit">
<property name="text">
<string>Exit</string>
</property>
</action>
<action name="actionAddApplication">
<property name="text">
<string>Add Application</string>
</property>
</action>
</widget>
<resources/>
<connections>
<connection>
<sender>comboMacroKeysList</sender>
<signal>currentTextChanged(QString)</signal>
<receiver>QMacroBindsWindow</receiver>
<slot>deviceNameChanged(QString)</slot>
<hints>
<hint type="sourcelabel">
<x>107</x>
<y>377</y>
</hint>
<hint type="destinationlabel">
<x>148</x>
<y>199</y>
</hint>
</hints>
</connection>
<connection>
<sender>actionAddApplication</sender>
<signal>triggered()</signal>
<receiver>QMacroBindsWindow</receiver>
<slot>showWindowFinder()</slot>
<hints>
<hint type="sourcelabel">
<x>-1</x>
<y>-1</y>
</hint>
<hint type="destinationlabel">
<x>89</x>
<y>193</y>
</hint>
</hints>
</connection>
</connections>
<slots>
<slot>dialPressed()</slot>
<slot>buttonPressed()</slot>
<slot>deviceNameChanged(QString)</slot>
<slot>showWindowFinder()</slot>
</slots>
</ui>