mirror of
https://github.com/Thracky/GlosSI.git
synced 2024-11-07 03:20:40 +00:00
209126ea17
Add a setting to use desktop-config If enabled, will disable hooking and deactive any focus-switch trickery Problems with overlay may occur
306 lines
7.1 KiB
XML
306 lines
7.1 KiB
XML
<?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>
|
|
<width>302</width>
|
|
<height>386</height>
|
|
</rect>
|
|
</property>
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>302</width>
|
|
<height>386</height>
|
|
</size>
|
|
</property>
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>302</width>
|
|
<height>386</height>
|
|
</size>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>GloSC</string>
|
|
</property>
|
|
<property name="windowIcon">
|
|
<iconset resource="GloSC.qrc">
|
|
<normaloff>:/GloSC/Resources/GloSC_Icon.png</normaloff>:/GloSC/Resources/GloSC_Icon.png</iconset>
|
|
</property>
|
|
<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>
|
|
<height>301</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="pbAddToSteam">
|
|
<property name="enabled">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>150</x>
|
|
<y>330</y>
|
|
<width>121</width>
|
|
<height>31</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Add all to Steam</string>
|
|
</property>
|
|
<property name="autoDefault">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="default">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="flat">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<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>
|
|
</widget>
|
|
<widget class="QGroupBox" name="configBox">
|
|
<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>
|
|
<y>251</y>
|
|
<width>261</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="pbUWP">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>344</x>
|
|
<y>250</y>
|
|
<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>
|
|
<y>250</y>
|
|
<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>
|
|
<y>60</y>
|
|
<width>371</width>
|
|
<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>
|
|
<y>90</y>
|
|
<width>371</width>
|
|
<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>
|
|
<y>230</y>
|
|
<width>371</width>
|
|
<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>
|
|
<y>251</y>
|
|
<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>
|
|
<width>231</width>
|
|
<height>31</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">font: 87 8pt "Arial Black";</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Save</string>
|
|
</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>
|
|
<x>250</x>
|
|
<y>330</y>
|
|
<width>131</width>
|
|
<height>31</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Delete</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QCheckBox" name="cbCloseWhenDone">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>280</y>
|
|
<width>371</width>
|
|
<height>41</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Close shortcut when launched Application closes
|
|
(Disable for Uplay-games!)</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QCheckBox" name="cbHookSteam">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>170</y>
|
|
<width>371</width>
|
|
<height>41</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Hook Steam
|
|
Enforces bindings reliably by hooking into Steam</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
<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>
|
|
</widget>
|
|
</widget>
|
|
</widget>
|
|
<layoutdefault spacing="6" margin="11"/>
|
|
<resources>
|
|
<include location="GloSC.qrc"/>
|
|
</resources>
|
|
<connections/>
|
|
</ui>
|