author | treke <treke> | 2002-10-25 03:11:05 (UTC) |
---|---|---|
committer | treke <treke> | 2002-10-25 03:11:05 (UTC) |
commit | ff9b13c8c312d0a385770d7742530e526e19117e (patch) (side-by-side diff) | |
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 @@ -58,3 +58,3 @@ const int StatusTextId = 0; -KVNC::KVNC( const char *name ) : QMainWindow( 0, name ) +KVNC::KVNC( const char *name ) : QMainWindow( 0, name ,WStyle_ContextHelp) { @@ -106,3 +106,3 @@ KVNC::KVNC( const char *name ) : QMainWindow( 0, name ) - QAction *o = new QAction( tr( "Open Bookmark" ), Resource::loadPixmap( "edit" ), + QAction *o = new QAction( tr( "Open Bookmark" ), Resource::loadPixmap( "fileopen" ), QString::null, 0, this, 0 ); 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 @@ -13,3 +13,3 @@ <y>0</y> - <width>584</width> + <width>580</width> <height>480</height> @@ -36,2 +36,6 @@ </property> + <property> + <name>whatsThis</name> + <string>Choose a bookmark that you would like to open</string> + </property> </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 @@ -17,3 +17,3 @@ KVNCConnDlg::KVNCConnDlg( KRFBServer *options, QWidget *parent, char *name, bool modal ) -: KVNCConnDlgBase( parent, name, modal ) +: KVNCConnDlgBase( parent, name, modal, WStyle_ContextHelp ) { 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 @@ -13,3 +13,3 @@ <y>0</y> - <width>260</width> + <width>256</width> <height>242</height> @@ -72,2 +72,6 @@ </property> + <property> + <name>whatsThis</name> + <string>The password of the VNC server</string> + </property> </widget> @@ -83,2 +87,6 @@ </property> + <property> + <name>whatsThis</name> + <string>Toggle obscuring the password</string> + </property> </widget> @@ -101,2 +109,6 @@ </property> + <property> + <name>whatsThis</name> + <string>The name of the VNC server</string> + </property> </widget> @@ -119,2 +131,6 @@ </property> + <property> + <name>whatsThis</name> + <string>The host name of the VNC server</string> + </property> </widget> @@ -160,2 +176,6 @@ </property> + <property> + <name>whatsThis</name> + <string>The display number of the VNC server</string> + </property> </widget> @@ -243,2 +263,6 @@ </property> + <property> + <name>whatsThis</name> + <string>Delay between requesting updates from the server</string> + </property> </widget> @@ -267,2 +291,6 @@ </property> + <property> + <name>whatsThis</name> + <string>Request that the VNC server transfer 8 bit color</string> + </property> </widget> @@ -289,2 +317,6 @@ </property> + <property> + <name>whatsThis</name> + <string>Allow other users to connect to the VNC server</string> + </property> </widget> @@ -329,2 +361,6 @@ </property> + <property> + <name>whatsThis</name> + <string>Scale the remote display to fit on the PDA (Slow)</string> + </property> </widget> @@ -440,2 +476,6 @@ </property> + <property> + <name>whatsThis</name> + <string>Enable transmiting identical rectangles as references to existing data</string> + </property> </widget> |