diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-07-08 10:50:55 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-07-08 10:50:55 +0200 |
commit | 794f006cff0f147bfcaabb414b4248b8cf1a384f (patch) | |
tree | f0ad999e55ab87a9be9d64715870a2faba6dcfb5 /proto-vjoy | |
parent | b64e9c713cff459f88913d2c16b02ea13dfbd3d3 (diff) |
proto/vjoy: add driver uri to dialog
Diffstat (limited to 'proto-vjoy')
-rw-r--r-- | proto-vjoy/ftnoir_vjoy_controls.ui | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/proto-vjoy/ftnoir_vjoy_controls.ui b/proto-vjoy/ftnoir_vjoy_controls.ui index 2214b887..aa465b5c 100644 --- a/proto-vjoy/ftnoir_vjoy_controls.ui +++ b/proto-vjoy/ftnoir_vjoy_controls.ui @@ -9,7 +9,7 @@ <rect> <x>0</x> <y>0</y> - <width>228</width> + <width>280</width> <height>69</height> </rect> </property> @@ -30,7 +30,13 @@ <item> <widget class="QLabel" name="label"> <property name="text"> - <string>No settings necessary</string> + <string><html><head/><body><p>Go to <a href="http://headsoft.com.au/index.php?category=vjoy"><span style=" text-decoration: underline; color:#0000ff;">Headsoft's site</span></a> for driver download first.</p></body></html></string> + </property> + <property name="alignment"> + <set>Qt::AlignCenter</set> + </property> + <property name="openExternalLinks"> + <bool>true</bool> </property> </widget> </item> |