author | treke <treke> | 2002-10-25 03:11:05 (UTC) |
---|---|---|
committer | treke <treke> | 2002-10-25 03:11:05 (UTC) |
commit | ff9b13c8c312d0a385770d7742530e526e19117e (patch) (unidiff) | |
tree | 786fa405daf0a6693ab91c3b91850de328da66c2 | |
parent | a8b95086dd331c67c728a346f56416c355142758 (diff) | |
download | opie-ff9b13c8c312d0a385770d7742530e526e19117e.zip opie-ff9b13c8c312d0a385770d7742530e526e19117e.tar.gz opie-ff9b13c8c312d0a385770d7742530e526e19117e.tar.bz2 |
Added QWhatsThis's
-rw-r--r-- | noncore/comm/keypebble/kvnc.cpp | 4 | ||||
-rw-r--r-- | noncore/comm/keypebble/kvncbookmarkdlgbase.ui | 6 | ||||
-rw-r--r-- | noncore/comm/keypebble/kvncconndlg.cpp | 2 | ||||
-rw-r--r-- | noncore/comm/keypebble/kvncconndlgbase.ui | 42 |
4 files changed, 49 insertions, 5 deletions
diff --git a/noncore/comm/keypebble/kvnc.cpp b/noncore/comm/keypebble/kvnc.cpp index b173004..ef57366 100644 --- a/noncore/comm/keypebble/kvnc.cpp +++ b/noncore/comm/keypebble/kvnc.cpp | |||
@@ -57,5 +57,5 @@ static char * menu_xpm[] = { | |||
57 | const int StatusTextId = 0; | 57 | const int StatusTextId = 0; |
58 | 58 | ||
59 | KVNC::KVNC( const char *name ) : QMainWindow( 0, name ) | 59 | KVNC::KVNC( const char *name ) : QMainWindow( 0, name ,WStyle_ContextHelp) |
60 | { | 60 | { |
61 | setCaption( tr("VNC Viewer") ); | 61 | setCaption( tr("VNC Viewer") ); |
@@ -105,5 +105,5 @@ KVNC::KVNC( const char *name ) : QMainWindow( 0, name ) | |||
105 | n->addTo( bar ); | 105 | n->addTo( bar ); |
106 | 106 | ||
107 | QAction *o = new QAction( tr( "Open Bookmark" ), Resource::loadPixmap( "edit" ), | 107 | QAction *o = new QAction( tr( "Open Bookmark" ), Resource::loadPixmap( "fileopen" ), |
108 | QString::null, 0, this, 0 ); | 108 | QString::null, 0, this, 0 ); |
109 | connect( o, SIGNAL( activated() ), | 109 | connect( o, SIGNAL( activated() ), |
diff --git a/noncore/comm/keypebble/kvncbookmarkdlgbase.ui b/noncore/comm/keypebble/kvncbookmarkdlgbase.ui index 45114cb..69d8a14 100644 --- a/noncore/comm/keypebble/kvncbookmarkdlgbase.ui +++ b/noncore/comm/keypebble/kvncbookmarkdlgbase.ui | |||
@@ -12,5 +12,5 @@ | |||
12 | <x>0</x> | 12 | <x>0</x> |
13 | <y>0</y> | 13 | <y>0</y> |
14 | <width>584</width> | 14 | <width>580</width> |
15 | <height>480</height> | 15 | <height>480</height> |
16 | </rect> | 16 | </rect> |
@@ -35,4 +35,8 @@ | |||
35 | <cstring>bookmarkList</cstring> | 35 | <cstring>bookmarkList</cstring> |
36 | </property> | 36 | </property> |
37 | <property> | ||
38 | <name>whatsThis</name> | ||
39 | <string>Choose a bookmark that you would like to open</string> | ||
40 | </property> | ||
37 | </widget> | 41 | </widget> |
38 | <widget> | 42 | <widget> |
diff --git a/noncore/comm/keypebble/kvncconndlg.cpp b/noncore/comm/keypebble/kvncconndlg.cpp index 2f073f8..cd55bb0 100644 --- a/noncore/comm/keypebble/kvncconndlg.cpp +++ b/noncore/comm/keypebble/kvncconndlg.cpp | |||
@@ -16,5 +16,5 @@ | |||
16 | KVNCConnDlg::KVNCConnDlg( KRFBServer *options, | 16 | KVNCConnDlg::KVNCConnDlg( KRFBServer *options, |
17 | QWidget *parent, char *name, bool modal ) | 17 | QWidget *parent, char *name, bool modal ) |
18 | : KVNCConnDlgBase( parent, name, modal ) | 18 | : KVNCConnDlgBase( parent, name, modal, WStyle_ContextHelp ) |
19 | { | 19 | { |
20 | this->options=options; | 20 | this->options=options; |
diff --git a/noncore/comm/keypebble/kvncconndlgbase.ui b/noncore/comm/keypebble/kvncconndlgbase.ui index 42765c1..de3f785 100644 --- a/noncore/comm/keypebble/kvncconndlgbase.ui +++ b/noncore/comm/keypebble/kvncconndlgbase.ui | |||
@@ -12,5 +12,5 @@ | |||
12 | <x>0</x> | 12 | <x>0</x> |
13 | <y>0</y> | 13 | <y>0</y> |
14 | <width>260</width> | 14 | <width>256</width> |
15 | <height>242</height> | 15 | <height>242</height> |
16 | </rect> | 16 | </rect> |
@@ -71,4 +71,8 @@ | |||
71 | <enum>Password</enum> | 71 | <enum>Password</enum> |
72 | </property> | 72 | </property> |
73 | <property> | ||
74 | <name>whatsThis</name> | ||
75 | <string>The password of the VNC server</string> | ||
76 | </property> | ||
73 | </widget> | 77 | </widget> |
74 | <widget row="3" column="1" > | 78 | <widget row="3" column="1" > |
@@ -82,4 +86,8 @@ | |||
82 | <string>Show Password</string> | 86 | <string>Show Password</string> |
83 | </property> | 87 | </property> |
88 | <property> | ||
89 | <name>whatsThis</name> | ||
90 | <string>Toggle obscuring the password</string> | ||
91 | </property> | ||
84 | </widget> | 92 | </widget> |
85 | <widget row="2" column="0" > | 93 | <widget row="2" column="0" > |
@@ -100,4 +108,8 @@ | |||
100 | <cstring>serverBookmark</cstring> | 108 | <cstring>serverBookmark</cstring> |
101 | </property> | 109 | </property> |
110 | <property> | ||
111 | <name>whatsThis</name> | ||
112 | <string>The name of the VNC server</string> | ||
113 | </property> | ||
102 | </widget> | 114 | </widget> |
103 | <widget row="4" column="0" > | 115 | <widget row="4" column="0" > |
@@ -118,4 +130,8 @@ | |||
118 | <cstring>serverHostname</cstring> | 130 | <cstring>serverHostname</cstring> |
119 | </property> | 131 | </property> |
132 | <property> | ||
133 | <name>whatsThis</name> | ||
134 | <string>The host name of the VNC server</string> | ||
135 | </property> | ||
120 | </widget> | 136 | </widget> |
121 | <widget row="0" column="0" > | 137 | <widget row="0" column="0" > |
@@ -159,4 +175,8 @@ | |||
159 | <number>0</number> | 175 | <number>0</number> |
160 | </property> | 176 | </property> |
177 | <property> | ||
178 | <name>whatsThis</name> | ||
179 | <string>The display number of the VNC server</string> | ||
180 | </property> | ||
161 | </widget> | 181 | </widget> |
162 | <spacer row="5" column="2" > | 182 | <spacer row="5" column="2" > |
@@ -242,4 +262,8 @@ | |||
242 | <number>1</number> | 262 | <number>1</number> |
243 | </property> | 263 | </property> |
264 | <property> | ||
265 | <name>whatsThis</name> | ||
266 | <string>Delay between requesting updates from the server</string> | ||
267 | </property> | ||
244 | </widget> | 268 | </widget> |
245 | <widget> | 269 | <widget> |
@@ -266,4 +290,8 @@ | |||
266 | <string>Request 8-bit session</string> | 290 | <string>Request 8-bit session</string> |
267 | </property> | 291 | </property> |
292 | <property> | ||
293 | <name>whatsThis</name> | ||
294 | <string>Request that the VNC server transfer 8 bit color</string> | ||
295 | </property> | ||
268 | </widget> | 296 | </widget> |
269 | <widget> | 297 | <widget> |
@@ -288,4 +316,8 @@ | |||
288 | <string>Request shared session</string> | 316 | <string>Request shared session</string> |
289 | </property> | 317 | </property> |
318 | <property> | ||
319 | <name>whatsThis</name> | ||
320 | <string>Allow other users to connect to the VNC server</string> | ||
321 | </property> | ||
290 | </widget> | 322 | </widget> |
291 | <widget> | 323 | <widget> |
@@ -328,4 +360,8 @@ | |||
328 | <cstring>scaleFactor</cstring> | 360 | <cstring>scaleFactor</cstring> |
329 | </property> | 361 | </property> |
362 | <property> | ||
363 | <name>whatsThis</name> | ||
364 | <string>Scale the remote display to fit on the PDA (Slow)</string> | ||
365 | </property> | ||
330 | </widget> | 366 | </widget> |
331 | <widget> | 367 | <widget> |
@@ -439,4 +475,8 @@ | |||
439 | <string>Copy rectangle encoding</string> | 475 | <string>Copy rectangle encoding</string> |
440 | </property> | 476 | </property> |
477 | <property> | ||
478 | <name>whatsThis</name> | ||
479 | <string>Enable transmiting identical rectangles as references to existing data</string> | ||
480 | </property> | ||
441 | </widget> | 481 | </widget> |
442 | <spacer> | 482 | <spacer> |