12 #include <portalApp/ui_vrxAboutBoxUi.h>
15 #include <webLvcBrokerApp/webLvcVersion.h>
22 #include <commonWidgets/urlTextEdit.h>
28 class Ui_DtVrxAboutBox;
36 namespace MAKVrExchange
Declares constants which define the release number of VR-Exchange.
void setupMyInfoBox()
Add all labels to myInfoBox and set up its layout myInfoBox must be initialized before this function ...
QLabel * myAddress
Definition: aboutBox.h:91
The 'about' box widget.
Definition: aboutBox.h:46
QHBoxLayout * myCenterLayout
Definition: aboutBox.h:86
void slot_saveDialogToClipboardClicked()
QLabel * myBuildDateLabel
Definition: aboutBox.h:108
QLabel * myPlatformLabel
Definition: aboutBox.h:101
QLabel * mySvnBranch
Definition: aboutBox.h:113
DtAboutBox(DtPortalAppGui &igApp, Qt::WindowFlags f=0, QWidget *parent=0)
default constructor
QWidget * myHorizontalLine
Definition: aboutBox.h:97
QWidget * myHorizontalLine_2
Definition: aboutBox.h:98
DtPortalAppGui - This is the main class for the GUI version of the portal.
Definition: portalAppGui.h:51
QLabel * mySVNBranchLabel
Definition: aboutBox.h:112
Ui_DtVrxAboutBox * myImpl
Definition: aboutBox.h:66
DtPortalAppGui & myIgApp
Definition: aboutBox.h:78
virtual ~DtAboutBox()
destructor
QLabel * myCompilerLabel
Definition: aboutBox.h:103
QLabel * myVRX_WEBVersion
Definition: aboutBox.h:114
QLabel * myVersionLabel
Definition: aboutBox.h:105
QGroupBox * myInfoBox
Definition: aboutBox.h:84
QLabel * mySVNRevisionLabel
Definition: aboutBox.h:110
QLabel * myCompiler
Definition: aboutBox.h:104
QVBoxLayout * myLeftPanelLayout
Definition: aboutBox.h:87
QLabel * myLink
Definition: aboutBox.h:95
QLabel * myPicture
Definition: aboutBox.h:90
QLabel * myCopyright
Definition: aboutBox.h:96
QLabel * mySupport
Definition: aboutBox.h:92
QLabel * myBuiltWith
Definition: aboutBox.h:107
QLabel * myHelp
Definition: aboutBox.h:93
QLabel * myBuiltWithLabel
Definition: aboutBox.h:106
QVBoxLayout * myAllInfo
Definition: aboutBox.h:85
QLabel * mySvnRev
Definition: aboutBox.h:111
Contains the DtPortalApp class declaration.
QLabel * myPlatform
Definition: aboutBox.h:102
Contains the DtPortalAppGui class declaration.
DtAboutBox & operator=(const DtAboutBox &orig)
Not implemented.
void createAllLabels()
Create all the Qt::Label objects that will be added to myInfoBox myInfoBox must be initialized before...
QLabel * myBuildDate
Definition: aboutBox.h:109
QLabel * myCompany
Definition: aboutBox.h:94