Last Updated: 2008-02-13

Nearly all of the windows provided in the supplicant UI allow for skinning.  To
skin these windows, you will need to use QTDesigner, and make sure that
certain components of the UI file have the correct names.  This file should
be used as an index to the widget names used.  Eventually this file will call out
the widget names that the UI engine will operate on.

*****  NOTE :  All names referenced in this document are CASE SENSATIVE!


======================
  About Window
======================

uiWindowAbout
uiBannerGraphicLeft
uiBannerGraphicRight
hLineDark
hLineLight
buttonClose -- (Optional) The button that will be used to close the dialog box.
backgroundMain
whiteFrameMain
dataFrameProductInformation
dataFrameVersionInformation
dataFrameContactInformation
headerProductInformation
dataField01
dataFieldPlugins --  The label that will be used to display the string that contains information about the plugins that are in use.
dataField02
dataField03
headerVersionInformation
labelGUIVersion
dataFieldGUIVersion --  The label that will be used to display the UI engine version string.
labelEngineVersion
dataFieldEngineVersion --  The label that will be used to display the supplicant engine version string.
labelMoreInformation
dataFieldURLOpenSEA
dataFieldURLIDEngines
dataFieldURLOpen1X




======================
  Help Window
======================

uiWindowHelp
uiBannerGraphicLeft
uiBannerGraphicRight
hLineDark
hLineLight
backgroundBottom
backgroundMain
dataFieldHelpWindow -- A QTextEdit widget that displays the help for the item requested.
buttonClose -- (Optional)  A button that allows the user to close the help window.
buttonBack -- (Optional)  A button that allows the user to go back one link.
buttonHome -- (Optional)  A button that allows the user to go back to where they started.




======================
  Logs Window
======================

uiWindowLogs
uiBannerGraphicLeft
uiBannerGraphicRight
hLineDark
hLineLight
backgroundBottom
backgroundMain
dataFieldLogWindow
buttonCopy
buttonClose
buttonClear
backgroundBanner




======================
  View Logs Window
======================
uiWindowViewLogs
uiBannerGraphicLeft
uiBannerGraphicRight
hLineDark
hLineLight
backgroundMain
dataFieldLogWindow
backgroundBottom
buttonCopy
buttonClose
buttonHelp
backgroundBanner
buttonBrowse
labelFilePath
dataFieldLogFileDirectory



======================
  Login Dialog
======================

uiWindowLogin
backgroundMain
uiBannerGraphicLeft
uiBannerGraphicRight
hLineDark
hLineLight
buttonClose
buttonConnect -- A push button that will allow the user to connect to, or disconnect from, the connection selected in the connectionDropDown.
buttonConfig -- (Optional) A push button that will open the configuration dialog.
buttonShowLog -- (Optional) A push button that will open the log window.
buttonHelp -- (Optional) A push button that will open the help window.
labelComboConnections
dataComboConnections -- A Combo Box that is used to display a list of all of the connections known to the engine.
whiteFrameMain
widgetStackLogin
widgetStackCredentials
dataFrameInterfaceStatus
headerInterfaceStatus
labelAdapterStatus
labelSSIDStatus
dataFieldAdapterStatus
dataFieldSSIDStatus
widgetStackLoginPage
widgetStackUsernamePasswordPage
headerCredentialsUsernamePassword
labelUsername
labelPassword
dataCheckboxSaveUsernamePassowrd
dataFieldUsername
dataFieldPassword
widgetStackPSKPage
headerCredentialsPSK
labelPSK
dataFieldPSK
dataCheckboxSavePSK
widgetStackNoCredentialsPage
headerCredentialsNone
dataFieldCredentialsNone
widgetStackStatusPage
dataFrameConnectionStatus
headerConnectionStatus
labelAdapter
labelStatus
labelConnectedTime
labelIPAddress
labelSSID
dataFieldAdapterName
dataFieldStatus
dataFieldConnectedTime
dataFieldIPAddress
dataFieldSSIDName
iconSignalStrength
dataFieldSignalStrength
iconAssociationMode
dataFieldAssociationMode
iconEncryptionType
dataFieldEncryptionType

