-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.ui
120 lines (120 loc) · 2.78 KB
/
about.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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>aboutDialog</class>
<widget class="QDialog" name="aboutDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>466</width>
<height>340</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="windowTitle">
<string>About</string>
</property>
<property name="windowIcon">
<iconset>
<normaloff>logo.png</normaloff>logo.png</iconset>
</property>
<widget class="QLabel" name="logo">
<property name="geometry">
<rect>
<x>200</x>
<y>20</y>
<width>71</width>
<height>71</height>
</rect>
</property>
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap>logo.png</pixmap>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="label_name">
<property name="geometry">
<rect>
<x>20</x>
<y>90</y>
<width>351</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>CmdLib</string>
</property>
</widget>
<widget class="QLabel" name="label_version">
<property name="geometry">
<rect>
<x>20</x>
<y>110</y>
<width>351</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>Version: 0.0</string>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>20</x>
<y>160</y>
<width>441</width>
<height>111</height>
</rect>
</property>
<property name="text">
<string>This is a library for the GNU/Linux command line interface.
Store your favorite commands into categories to find them quickly.
Select a directory to apply the command(s).
Create lists of commands, run them in parallel or as a sequence.
Export commands to bash scripts.
Create launchers for your scripts in the library.
Have a quick look to the manpage/help page of the selected command.
Have fun!</string>
</property>
</widget>
<widget class="QPushButton" name="ok_button">
<property name="geometry">
<rect>
<x>370</x>
<y>290</y>
<width>79</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>Ok</string>
</property>
</widget>
<widget class="QLabel" name="label_name_2">
<property name="geometry">
<rect>
<x>20</x>
<y>130</y>
<width>351</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>License: GPL 3.0</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>