Sanguine_Studio/app/developerdialog.ui
2025-12-14 21:37:14 -05:00

142 lines
3.4 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>DeveloperDialog</class>
<widget class="QDialog" name="DeveloperDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>547</width>
<height>568</height>
</rect>
</property>
<property name="windowTitle">
<string>Developer Dialog</string>
</property>
<property name="styleSheet">
<string notr="true">DeveloperDialog {
background-color: rgb(34, 34, 34);
}</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QPushButton" name="pushButton">
<property name="text">
<string>1. Connect to Console</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Orientation::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="pushButton_Help">
<property name="minimumSize">
<size>
<width>19</width>
<height>23</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>19</width>
<height>23</height>
</size>
</property>
<property name="toolTip">
<string>What is Developer Mode?</string>
</property>
<property name="text">
<string>?</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>2. Select Game:</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="comboBox">
<item>
<property name="text">
<string>No game selected</string>
</property>
</item>
<item>
<property name="text">
<string>Call of Duty Classic</string>
</property>
</item>
<item>
<property name="text">
<string>Call of Duty 2</string>
</property>
</item>
<item>
<property name="text">
<string>Call of Duty Modern Warfare</string>
</property>
</item>
<item>
<property name="text">
<string>Call of Duty World at War</string>
</property>
</item>
<item>
<property name="text">
<string>Call of Duty Modern Warfare 2</string>
</property>
</item>
<item>
<property name="text">
<string>Quantum of Solace</string>
</property>
</item>
<item>
<property name="text">
<string>Call of Duty Future Warfare</string>
</property>
</item>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QGroupBox" name="groupBox">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="title">
<string/>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>