diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2015-05-22 17:00:10 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2015-05-22 17:00:10 +0200 |
commit | 0148b26e427d7a5bbe24cdff14f3e035dc19bd1c (patch) | |
tree | 2ba08da225039948586aee8b17d87c4ed3aa6d36 /facetracknoir/process_widget.ui | |
parent | 65bad699fc8472b49189a412f730409eb2e96311 (diff) |
main: allow automatically run profiles when executables run
Issue: #160
Diffstat (limited to 'facetracknoir/process_widget.ui')
-rw-r--r-- | facetracknoir/process_widget.ui | 109 |
1 files changed, 109 insertions, 0 deletions
diff --git a/facetracknoir/process_widget.ui b/facetracknoir/process_widget.ui new file mode 100644 index 00000000..ff0ace71 --- /dev/null +++ b/facetracknoir/process_widget.ui @@ -0,0 +1,109 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>Dialog</class> + <widget class="QWidget" name="Dialog"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>327</width> + <height>346</height> + </rect> + </property> + <property name="windowTitle"> + <string>Game detector</string> + </property> + <layout class="QVBoxLayout" name="verticalLayout"> + <item> + <widget class="FancyTable" name="tableWidget"> + <column> + <property name="text"> + <string>Executable</string> + </property> + </column> + <column> + <property name="text"> + <string>Profile</string> + </property> + </column> + <column> + <property name="text"> + <string/> + </property> + </column> + </widget> + </item> + <item> + <widget class="QGroupBox" name="groupBox"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Preferred" vsizetype="Maximum"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="title"> + <string/> + </property> + <layout class="QHBoxLayout" name="horizontalLayout"> + <item> + <widget class="QPushButton" name="add"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Maximum" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="font"> + <font> + <pointsize>14</pointsize> + <weight>75</weight> + <bold>true</bold> + </font> + </property> + <property name="text"> + <string>+</string> + </property> + </widget> + </item> + <item> + <widget class="QPushButton" name="remove"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Maximum" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="font"> + <font> + <pointsize>14</pointsize> + <weight>75</weight> + <bold>true</bold> + </font> + </property> + <property name="text"> + <string>-</string> + </property> + </widget> + </item> + </layout> + </widget> + </item> + <item> + <widget class="QCheckBox" name="enabled"> + <property name="text"> + <string>Start profiles from game executable names in this list</string> + </property> + </widget> + </item> + </layout> + </widget> + <customwidgets> + <customwidget> + <class>FancyTable</class> + <extends>QTableWidget</extends> + <header>facetracknoir/process_detector.h</header> + </customwidget> + </customwidgets> + <resources/> + <connections/> +</ui> |