forked from madsciencecoder/shticker-book-rewritten
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfilelocationchooser.ui
executable file
·64 lines (64 loc) · 2.07 KB
/
filelocationchooser.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
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>FileLocationChooser</class>
<widget class="QDialog" name="FileLocationChooser">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>464</width>
<height>223</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="windowTitle">
<string>Choose location</string>
</property>
<property name="windowIcon">
<iconset resource="resources.qrc">
<normaloff>:/resources/icon.ico</normaloff>:/resources/icon.ico</iconset>
</property>
<layout class="QGridLayout" name="gridLayout_2">
<item row="1" column="0">
<widget class="QLineEdit" name="filePathEdit"/>
</item>
<item row="1" column="1">
<widget class="QPushButton" name="browseButton">
<property name="text">
<string>Browse</string>
</property>
</widget>
</item>
<item row="2" column="0" colspan="2">
<widget class="QPushButton" name="saveButton">
<property name="text">
<string>Save</string>
</property>
<property name="icon">
<iconset theme="document-save">
<normaloff>.</normaloff>.</iconset>
</property>
</widget>
</item>
<item row="0" column="0" colspan="2">
<widget class="QLabel" name="label">
<property name="text">
<string><html><head/><body><p>Please choose where Shticker Book Rewritten should save the Toontown Rewritten game files. Be sure to pick a location where your user has read, write, and execute permissions.</p><p>This dialog will only appear once and will save the chosen location. The location may be changed later in the settings tab of the launcher.</p></body></html></string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
<resources>
<include location="resources.qrc"/>
</resources>
<connections/>
</ui>