From ff9b13c8c312d0a385770d7742530e526e19117e Mon Sep 17 00:00:00 2001 From: treke Date: Fri, 25 Oct 2002 03:11:05 +0000 Subject: Added QWhatsThis's --- (limited to 'noncore/comm') 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 @@ -56,7 +56,7 @@ static char * menu_xpm[] = { const int StatusTextId = 0; -KVNC::KVNC( const char *name ) : QMainWindow( 0, name ) +KVNC::KVNC( const char *name ) : QMainWindow( 0, name ,WStyle_ContextHelp) { setCaption( tr("VNC Viewer") ); fullscreen = false; @@ -104,7 +104,7 @@ KVNC::KVNC( const char *name ) : QMainWindow( 0, name ) this, SLOT( newConnection() ) ); n->addTo( bar ); - 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 ); connect( o, SIGNAL( activated() ), this, SLOT( openConnection() ) ); 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 @@ -11,7 +11,7 @@ 0 0 - 584 + 580 480 @@ -34,6 +34,10 @@ name bookmarkList + + whatsThis + Choose a bookmark that you would like to open + QLayoutWidget 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 @@ -15,7 +15,7 @@ KVNCConnDlg::KVNCConnDlg( KRFBServer *options, QWidget *parent, char *name, bool modal ) -: KVNCConnDlgBase( parent, name, modal ) +: KVNCConnDlgBase( parent, name, modal, WStyle_ContextHelp ) { this->options=options; tmpOptions=*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 @@ -11,7 +11,7 @@ 0 0 - 260 + 256 242 @@ -70,6 +70,10 @@ echoMode Password + + whatsThis + The password of the VNC server + QCheckBox @@ -81,6 +85,10 @@ text Show Password + + whatsThis + Toggle obscuring the password + QLabel @@ -99,6 +107,10 @@ name serverBookmark + + whatsThis + The name of the VNC server + QLabel @@ -117,6 +129,10 @@ name serverHostname + + whatsThis + The host name of the VNC server + QLabel @@ -158,6 +174,10 @@ value 0 + + whatsThis + The display number of the VNC server + @@ -241,6 +261,10 @@ minValue 1 + + whatsThis + Delay between requesting updates from the server + QLabel @@ -265,6 +289,10 @@ text Request 8-bit session + + whatsThis + Request that the VNC server transfer 8 bit color + QCheckBox @@ -287,6 +315,10 @@ text Request shared session + + whatsThis + Allow other users to connect to the VNC server + QLayoutWidget @@ -327,6 +359,10 @@ name scaleFactor + + whatsThis + Scale the remote display to fit on the PDA (Slow) + QLabel @@ -438,6 +474,10 @@ text Copy rectangle encoding + + whatsThis + Enable transmiting identical rectangles as references to existing data + -- cgit v0.9.0.2