2016-11-18 00:22:07 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>GloSCClass</class>
|
|
|
|
<widget class="QMainWindow" name="GloSCClass">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2017-02-05 04:40:29 +00:00
|
|
|
<width>302</width>
|
2016-11-18 00:22:07 +00:00
|
|
|
<height>386</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2017-02-05 03:02:14 +00:00
|
|
|
<width>302</width>
|
2016-11-18 00:22:07 +00:00
|
|
|
<height>386</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
2017-02-05 04:40:29 +00:00
|
|
|
<width>302</width>
|
2016-11-18 00:22:07 +00:00
|
|
|
<height>386</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>GloSC</string>
|
|
|
|
</property>
|
2016-11-18 01:46:31 +00:00
|
|
|
<property name="windowIcon">
|
|
|
|
<iconset resource="GloSC.qrc">
|
|
|
|
<normaloff>:/GloSC/Resources/GloSC_Icon.png</normaloff>:/GloSC/Resources/GloSC_Icon.png</iconset>
|
|
|
|
</property>
|
2016-11-18 00:22:07 +00:00
|
|
|
<widget class="QWidget" name="centralWidget">
|
|
|
|
<widget class="QGroupBox" name="groupBox">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>10</x>
|
|
|
|
<y>10</y>
|
|
|
|
<width>281</width>
|
|
|
|
<height>371</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="title">
|
|
|
|
<string>Instances</string>
|
|
|
|
</property>
|
|
|
|
<widget class="QListWidget" name="lwInstances">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>10</x>
|
|
|
|
<y>21</y>
|
|
|
|
<width>261</width>
|
2016-12-04 21:06:44 +00:00
|
|
|
<height>301</height>
|
2016-11-18 00:22:07 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2016-12-04 21:06:44 +00:00
|
|
|
<widget class="QPushButton" name="pbAddToSteam">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
2017-02-05 03:02:14 +00:00
|
|
|
<x>150</x>
|
2016-12-04 21:06:44 +00:00
|
|
|
<y>330</y>
|
2017-02-05 03:02:14 +00:00
|
|
|
<width>121</width>
|
2016-12-04 21:06:44 +00:00
|
|
|
<height>31</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2017-02-05 03:02:14 +00:00
|
|
|
<string>Add all to Steam</string>
|
2016-12-04 21:06:44 +00:00
|
|
|
</property>
|
|
|
|
<property name="autoDefault">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="default">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="flat">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2017-02-05 03:02:14 +00:00
|
|
|
<widget class="QPushButton" name="pbCreateNew">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>10</x>
|
|
|
|
<y>330</y>
|
|
|
|
<width>131</width>
|
|
|
|
<height>31</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Create New</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2016-11-18 00:22:07 +00:00
|
|
|
</widget>
|
2017-02-05 03:02:14 +00:00
|
|
|
<widget class="QGroupBox" name="configBox">
|
2016-11-18 00:22:07 +00:00
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>309</x>
|
|
|
|
<y>10</y>
|
|
|
|
<width>391</width>
|
|
|
|
<height>371</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="title">
|
|
|
|
<string>Config</string>
|
|
|
|
</property>
|
|
|
|
<widget class="QLineEdit" name="lePath">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>40</x>
|
2017-02-15 03:04:27 +00:00
|
|
|
<y>251</y>
|
2016-11-18 00:22:07 +00:00
|
|
|
<width>261</width>
|
|
|
|
<height>20</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QPushButton" name="pbUWP">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>344</x>
|
2017-02-15 03:04:27 +00:00
|
|
|
<y>250</y>
|
2016-11-18 00:22:07 +00:00
|
|
|
<width>41</width>
|
|
|
|
<height>23</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>UWP</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QPushButton" name="pbSearchPath">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>300</x>
|
2017-02-15 03:04:27 +00:00
|
|
|
<y>250</y>
|
2016-11-18 00:22:07 +00:00
|
|
|
<width>41</width>
|
|
|
|
<height>23</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>...</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QCheckBox" name="cbOverlay">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>10</x>
|
2017-02-15 03:04:27 +00:00
|
|
|
<y>60</y>
|
2016-11-26 21:57:32 +00:00
|
|
|
<width>371</width>
|
2016-11-18 00:22:07 +00:00
|
|
|
<height>17</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Enable overlay</string>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QCheckBox" name="cbControllers">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>10</x>
|
2017-02-15 03:04:27 +00:00
|
|
|
<y>90</y>
|
2016-11-26 21:57:32 +00:00
|
|
|
<width>371</width>
|
2016-11-18 00:22:07 +00:00
|
|
|
<height>17</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Enable virtual controllers</string>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QCheckBox" name="cbLaunchGame">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>10</x>
|
2017-02-15 03:04:27 +00:00
|
|
|
<y>230</y>
|
2016-11-26 21:57:32 +00:00
|
|
|
<width>371</width>
|
2016-11-18 00:22:07 +00:00
|
|
|
<height>17</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Launch game</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>10</x>
|
2017-02-15 03:04:27 +00:00
|
|
|
<y>251</y>
|
2016-11-18 00:22:07 +00:00
|
|
|
<width>31</width>
|
|
|
|
<height>20</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Path: </string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QPushButton" name="pbSave">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>10</x>
|
|
|
|
<y>330</y>
|
2016-12-04 21:06:44 +00:00
|
|
|
<width>231</width>
|
2016-11-18 00:22:07 +00:00
|
|
|
<height>31</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
2017-02-05 03:02:14 +00:00
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true">font: 87 8pt "Arial Black";</string>
|
|
|
|
</property>
|
2016-11-18 00:22:07 +00:00
|
|
|
<property name="text">
|
2017-02-05 03:02:14 +00:00
|
|
|
<string>Save</string>
|
2016-11-18 00:22:07 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QLabel" name="label_3">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>10</x>
|
|
|
|
<y>33</y>
|
|
|
|
<width>47</width>
|
|
|
|
<height>13</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Name: </string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QLineEdit" name="leName">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>50</x>
|
|
|
|
<y>30</y>
|
|
|
|
<width>331</width>
|
|
|
|
<height>20</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QPushButton" name="pbDelete">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
2016-12-04 21:06:44 +00:00
|
|
|
<x>250</x>
|
2016-11-18 00:22:07 +00:00
|
|
|
<y>330</y>
|
2016-12-04 21:06:44 +00:00
|
|
|
<width>131</width>
|
2016-11-18 00:22:07 +00:00
|
|
|
<height>31</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Delete</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2016-11-19 05:30:48 +00:00
|
|
|
<widget class="QCheckBox" name="cbCloseWhenDone">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>10</x>
|
2017-02-15 03:04:27 +00:00
|
|
|
<y>280</y>
|
2016-11-19 05:30:48 +00:00
|
|
|
<width>371</width>
|
2017-02-15 03:04:27 +00:00
|
|
|
<height>41</height>
|
2016-11-19 05:30:48 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Close shortcut when launched Application closes
|
|
|
|
(Disable for Uplay-games!)</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2016-12-04 21:05:28 +00:00
|
|
|
<widget class="QCheckBox" name="cbHookSteam">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>10</x>
|
2017-02-15 03:04:27 +00:00
|
|
|
<y>170</y>
|
2016-12-04 21:05:28 +00:00
|
|
|
<width>371</width>
|
2017-02-15 03:04:27 +00:00
|
|
|
<height>41</height>
|
2016-12-04 21:05:28 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Hook Steam
|
2017-02-15 03:04:27 +00:00
|
|
|
Enforces bindings reliably by hooking into Steam</string>
|
2016-12-04 21:05:28 +00:00
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2017-02-15 03:04:27 +00:00
|
|
|
<widget class="QCheckBox" name="cbUseDesktop">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>10</x>
|
|
|
|
<y>130</y>
|
|
|
|
<width>371</width>
|
|
|
|
<height>41</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Use Desktop-Config
|
|
|
|
Disables hooking, per application bindings won't work</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2016-11-18 00:22:07 +00:00
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
<layoutdefault spacing="6" margin="11"/>
|
|
|
|
<resources>
|
|
|
|
<include location="GloSC.qrc"/>
|
|
|
|
</resources>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|