|
6 | 6 | <rect> |
7 | 7 | <x>0</x> |
8 | 8 | <y>0</y> |
9 | | - <width>455</width> |
10 | | - <height>241</height> |
| 9 | + <width>573</width> |
| 10 | + <height>275</height> |
11 | 11 | </rect> |
12 | 12 | </property> |
13 | 13 | <property name="windowTitle"> |
|
19 | 19 | </iconset> |
20 | 20 | </property> |
21 | 21 | <layout class="QGridLayout" name="gridLayout"> |
| 22 | + <item row="1" column="0" rowspan="3"> |
| 23 | + <widget class="QLabel" name="lblIcon"> |
| 24 | + <property name="maximumSize"> |
| 25 | + <size> |
| 26 | + <width>128</width> |
| 27 | + <height>128</height> |
| 28 | + </size> |
| 29 | + </property> |
| 30 | + <property name="text"> |
| 31 | + <string/> |
| 32 | + </property> |
| 33 | + <property name="pixmap"> |
| 34 | + <pixmap resource="../QuickCut.qrc">:/logo.png</pixmap> |
| 35 | + </property> |
| 36 | + <property name="scaledContents"> |
| 37 | + <bool>true</bool> |
| 38 | + </property> |
| 39 | + </widget> |
| 40 | + </item> |
| 41 | + <item row="3" column="1" colspan="2"> |
| 42 | + <widget class="QLabel" name="lblDescription"> |
| 43 | + <property name="text"> |
| 44 | + <string>QuickCut is a cross-platform keyboard manager that both facilitates key mapping and allows the configuration of global hotkeys triggering user defined actions.</string> |
| 45 | + </property> |
| 46 | + <property name="textFormat"> |
| 47 | + <enum>Qt::AutoText</enum> |
| 48 | + </property> |
| 49 | + <property name="wordWrap"> |
| 50 | + <bool>true</bool> |
| 51 | + </property> |
| 52 | + </widget> |
| 53 | + </item> |
| 54 | + <item row="9" column="1"> |
| 55 | + <spacer name="horizontalSpacer"> |
| 56 | + <property name="orientation"> |
| 57 | + <enum>Qt::Horizontal</enum> |
| 58 | + </property> |
| 59 | + <property name="sizeHint" stdset="0"> |
| 60 | + <size> |
| 61 | + <width>40</width> |
| 62 | + <height>20</height> |
| 63 | + </size> |
| 64 | + </property> |
| 65 | + </spacer> |
| 66 | + </item> |
| 67 | + <item row="8" column="2"> |
| 68 | + <spacer name="verticalSpacer"> |
| 69 | + <property name="orientation"> |
| 70 | + <enum>Qt::Vertical</enum> |
| 71 | + </property> |
| 72 | + <property name="sizeHint" stdset="0"> |
| 73 | + <size> |
| 74 | + <width>20</width> |
| 75 | + <height>40</height> |
| 76 | + </size> |
| 77 | + </property> |
| 78 | + </spacer> |
| 79 | + </item> |
22 | 80 | <item row="6" column="1" colspan="2"> |
23 | | - <widget class="QLabel" name="lblGitHub"> |
| 81 | + <widget class="QLabel" name="lblQuickCutWeb"> |
24 | 82 | <property name="font"> |
25 | 83 | <font> |
26 | | - <pointsize>10</pointsize> |
| 84 | + <pointsize>9</pointsize> |
27 | 85 | <weight>75</weight> |
28 | 86 | <bold>true</bold> |
29 | 87 | </font> |
30 | 88 | </property> |
31 | 89 | <property name="text"> |
32 | | - <string>Link to the <a href="https://github.com/giladreich/QuickCut/releases">GitHub Page</a></string> |
| 90 | + <string><a href="https://quickcut.greich.com">https://quickcut.greich.com</a></string> |
33 | 91 | </property> |
34 | 92 | <property name="openExternalLinks"> |
35 | 93 | <bool>true</bool> |
|
39 | 97 | </property> |
40 | 98 | </widget> |
41 | 99 | </item> |
42 | | - <item row="8" column="2"> |
| 100 | + <item row="9" column="2"> |
43 | 101 | <widget class="QPushButton" name="btnClose"> |
44 | 102 | <property name="maximumSize"> |
45 | 103 | <size> |
|
55 | 113 | </property> |
56 | 114 | </widget> |
57 | 115 | </item> |
| 116 | + <item row="4" column="1" colspan="2"> |
| 117 | + <widget class="QLabel" name="lblCopyRight"> |
| 118 | + <property name="text"> |
| 119 | + <string>Copyright (C) 2019-XXYEARXX Gilad Reich</string> |
| 120 | + </property> |
| 121 | + </widget> |
| 122 | + </item> |
| 123 | + <item row="2" column="1" colspan="2"> |
| 124 | + <widget class="QLabel" name="lblVersion"> |
| 125 | + <property name="text"> |
| 126 | + <string>Version XXVERSIONXX</string> |
| 127 | + </property> |
| 128 | + </widget> |
| 129 | + </item> |
58 | 130 | <item row="1" column="1" colspan="2"> |
59 | 131 | <widget class="QLabel" name="lblAppName"> |
60 | 132 | <property name="font"> |
|
69 | 141 | </property> |
70 | 142 | </widget> |
71 | 143 | </item> |
72 | | - <item row="7" column="2"> |
73 | | - <spacer name="verticalSpacer"> |
74 | | - <property name="orientation"> |
75 | | - <enum>Qt::Vertical</enum> |
76 | | - </property> |
77 | | - <property name="sizeHint" stdset="0"> |
78 | | - <size> |
79 | | - <width>20</width> |
80 | | - <height>40</height> |
81 | | - </size> |
82 | | - </property> |
83 | | - </spacer> |
84 | | - </item> |
85 | | - <item row="8" column="1"> |
86 | | - <spacer name="horizontalSpacer"> |
87 | | - <property name="orientation"> |
88 | | - <enum>Qt::Horizontal</enum> |
89 | | - </property> |
90 | | - <property name="sizeHint" stdset="0"> |
91 | | - <size> |
92 | | - <width>40</width> |
93 | | - <height>20</height> |
94 | | - </size> |
| 144 | + <item row="7" column="1" colspan="2"> |
| 145 | + <widget class="QLabel" name="lblGitHub"> |
| 146 | + <property name="font"> |
| 147 | + <font> |
| 148 | + <pointsize>9</pointsize> |
| 149 | + <weight>75</weight> |
| 150 | + <bold>true</bold> |
| 151 | + </font> |
95 | 152 | </property> |
96 | | - </spacer> |
97 | | - </item> |
98 | | - <item row="3" column="1" colspan="2"> |
99 | | - <widget class="QLabel" name="lblDescription"> |
100 | 153 | <property name="text"> |
101 | | - <string>QuickCut is a shortcut keyboard manager that allows you to map keys and activate specified processes.</string> |
| 154 | + <string><a href="https://github.com/giladreich/QuickCut">https://github.com/giladreich/QuickCut</a></string> |
102 | 155 | </property> |
103 | | - <property name="textFormat"> |
104 | | - <enum>Qt::AutoText</enum> |
105 | | - </property> |
106 | | - <property name="wordWrap"> |
| 156 | + <property name="openExternalLinks"> |
107 | 157 | <bool>true</bool> |
108 | 158 | </property> |
109 | | - </widget> |
110 | | - </item> |
111 | | - <item row="4" column="1" colspan="2"> |
112 | | - <widget class="QLabel" name="lblCopyRight"> |
113 | | - <property name="text"> |
114 | | - <string>Copyright (C) 2019 - XXYEARXX Gilad Reich</string> |
| 159 | + <property name="textInteractionFlags"> |
| 160 | + <set>Qt::TextBrowserInteraction</set> |
115 | 161 | </property> |
116 | 162 | </widget> |
117 | 163 | </item> |
118 | | - <item row="2" column="1" colspan="2"> |
119 | | - <widget class="QLabel" name="lblVersion"> |
120 | | - <property name="text"> |
121 | | - <string>Version XXVERSIONXX</string> |
| 164 | + <item row="5" column="1"> |
| 165 | + <spacer name="verticalSpacer_2"> |
| 166 | + <property name="orientation"> |
| 167 | + <enum>Qt::Vertical</enum> |
122 | 168 | </property> |
123 | | - </widget> |
124 | | - </item> |
125 | | - <item row="1" column="0" rowspan="3"> |
126 | | - <widget class="QLabel" name="lblIcon"> |
127 | | - <property name="maximumSize"> |
| 169 | + <property name="sizeHint" stdset="0"> |
128 | 170 | <size> |
129 | | - <width>128</width> |
130 | | - <height>128</height> |
| 171 | + <width>20</width> |
| 172 | + <height>40</height> |
131 | 173 | </size> |
132 | 174 | </property> |
133 | | - <property name="text"> |
134 | | - <string/> |
135 | | - </property> |
136 | | - <property name="pixmap"> |
137 | | - <pixmap resource="../QuickCut.qrc">:/logo.png</pixmap> |
138 | | - </property> |
139 | | - <property name="scaledContents"> |
140 | | - <bool>true</bool> |
141 | | - </property> |
142 | | - </widget> |
| 175 | + </spacer> |
143 | 176 | </item> |
144 | 177 | </layout> |
145 | 178 | </widget> |
|
0 commit comments