-
Notifications
You must be signed in to change notification settings - Fork 0
/
mainwindow.ui
105 lines (105 loc) · 3.24 KB
/
mainwindow.ui
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>415</width>
<height>373</height>
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QPushButton" name="pushButton">
<property name="geometry">
<rect>
<x>320</x>
<y>80</y>
<width>72</width>
<height>72</height>
</rect>
</property>
<property name="text">
<string>Create</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_2">
<property name="geometry">
<rect>
<x>20</x>
<y>80</y>
<width>187</width>
<height>72</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QWidget" name="layoutWidget">
<property name="geometry">
<rect>
<x>21</x>
<y>11</y>
<width>371</width>
<height>51</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QComboBox" name="comboBox"/>
</item>
<item>
<widget class="QLabel" name="label">
<property name="text">
<string/>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>20</x>
<y>160</y>
<width>361</width>
<height>171</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>361</width>
<height>171</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>171</height>
</size>
</property>
<property name="text">
<string><html><head/><body><p align="center">This Program Generates sh files for use by steam as <br/>non steam game shortcut. After hitting Create button <br/>the game will lunch. It's neccessary becouse <br/>this software uses &quot;lutris -d&quot; command <br/>to generate necessary file. <br/>This method was mentioned on reedit forum <a href="https://www.reddit.com/r/linux_gaming/comments/9lcoly/getting_steam_overlay_to_work_with_lutris_wine/"><span style=" text-decoration: underline; color:#007af4;">here.</span></a></p><p align="center"><span style=" color:#f4f4f4;">The sh file is saved in your home directory <br/>with lutris game-slug name.</span></a></p><p align="center"><span style=" color:#f4f4f4;">Author: Jonatan Glaza.</span></a></p></body></html></string>
</property>
</widget>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>415</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
<resources/>
<connections/>
</ui>