mainwindow mainwindow 0 0 358 227 umtsmon mainwindow umtsmon-22x22.png unnamed spacer11_2 Vertical Fixed 20 2 spacer11_3 Vertical Fixed 20 2 theLCDDisplay 0 0 0 0 336 88 336 88 MenuBar MenuBarPanel Toolbar false Toolbar toolbar_button_profiles address-book-new-22x22.png manage profiles toolbar_button_connect false network-transmit-receive-22x22.png Connect with default Profile toolbar_button_disconnect false network-offline-22x22.png disconnect toolbar_button_sms mail-message-new-22x22.png create a new sms toolbar_button_sysInfo applications-system-22x22.png pops up a dialog with system information. LCDDisplay
LCDDisplay.h
336 88 0 1 1 0 0 image0
menu_connection_connect true false Connect &Connect Ctrl+C menu_connection_disconnect true true false Disconnect &Disconnect Ctrl+D menu_connection_ejectcard false Power down card P&ower down card menu_connection_resetcard false Reset card R&eset card menu_sms_sendsms mail-message-new-16x16.png New SMS &New SMS... Ctrl+S menu_pin_settings false false false PIN Settings PIN Settings menu_pin_enable true false Enable PIN &Enable PIN... menu_pin_disable true false Disable PIN &Disable PIN... menu_pin_change false false false Change PIN &Change PIN... menu_help_systeminfo applications-system-16x16.png System Info System &Info F2 menu_help_autodetectionlog false Autodetection log Autodetection &log menu_help_about dialog-information-16x16.png About F3 menu_help_help true help-browser-16x16.png Help &Help F1 menu_connection_managerprofile address-book-new-16x16.png Manage Profiles Manage &Profiles... Ctrl+P menu_connection_exit system-log-out-16x16.png Quit Ctrl+Q menu_connection_select_nw_operator Select network operator &Select network operator... menu_connection_radiopreferences network-wireless-16x16.png Radio Preferences &Radio Preferences... menu_settings_SetLanguage Set the language Set Language... menu_settings_AutoConnect Automatically connect when network is found Autoconnect menu_help_about activated() mainwindow showAboutDialog() menu_connection_exit activated() mainwindow close() menu_help_systeminfo activated() mainwindow showInfoDialog() menu_pin_change activated() mainwindow ChangePIN() menu_pin_disable activated() mainwindow DisablePINProtection() menu_pin_enable activated() mainwindow EnablePINProtection() menu_sms_sendsms activated() mainwindow PushButtonCreateSMS_clicked() menu_connection_connect activated() mainwindow ConnectPPP() menu_connection_disconnect activated() mainwindow DisconnectPPP() menu_connection_managerprofile activated() mainwindow showProfileDialog() menu_connection_select_nw_operator activated() mainwindow showNetworkOperatorDialog() toolbar_button_profiles clicked() mainwindow showProfileDialog() toolbar_button_connect clicked() mainwindow ConnectPPP() toolbar_button_disconnect clicked() mainwindow DisconnectPPP() toolbar_button_sms clicked() mainwindow PushButtonCreateSMS_clicked() toolbar_button_sysInfo clicked() mainwindow showInfoDialog() menu_connection_radiopreferences activated() mainwindow showRadioPreferences() menu_settings_SetLanguage activated() mainwindow menu_settings_SetLanguage_activated() menu_settings_AutoConnect activated() mainwindow menu_settings_AutoConnect_activated() Query.h ntqtimer.h ProgressDialog.h infodialog.h aboutdialog.h enterpindialog.h enterpukdialog.h Internationalisation.h smsdialog.h Profile.h MonthlyTraffic.h manageprofiles.h networkoperatorwizard.h PPPConnection.h PPPErrorLogsDialog.h radiopreferences.h SetLanguageDialog.h mainwindow.ui.h class TQTimer; class Device; class UIState; class Internationalisation; int receivedBytes; int sendBytes; ConnectionBaseClass* theConnectionPtr; Internationalisation* myI18n; UIState* theUIStatePtr; friend class UIState; enum PINState {ALL_ENTRIES_OFF, PIN_ENABLED, PIN_DISABLED}; showAboutDialog() showInfoDialog() DisablePINProtection() EnablePINProtection() ChangePIN() PushButtonCreateSMS_clicked() showPPPErrorLogsDialog() DisconnectPPP() ConnectPPP() showProfileDialog() showNetworkOperatorDialog() showRadioPreferences() menu_settings_SetLanguage_activated() menu_settings_AutoConnect_activated() updateNetworkData() init() checkRegistered(bool isShowPopups=true) ifATPortAvailableRunExec( TQDialog * aDialogToExecPtr ) ifPPPInactiveRunExec( TQDialog * aDialogToExecPtr ) setI18nRef( Internationalisation& anI18nRef ) setPINmenu(PINState myPINState) setConnectButtons(void) setNewConnectionBasePtr(void) src/view/LCDDisplay.h