STD_LoadStudiesDlg Class Reference

Describes a dialog box that gives a list of opened studies.

#include <STD_LoadStudiesDlg.h>

Inheritance diagram for STD_LoadStudiesDlg:

Inheritance graph

Public Member Functions

 STD_LoadStudiesDlg (QWidget *parent=0, bool modal=FALSE, WFlags fl=0)
 creates a Load study dialog box
 ~STD_LoadStudiesDlg ()

Data Fields

QLabelTextLabel1
 stores a dialog text label
QPushButtonbuttonOk
 stores a dialog button OK
QPushButtonbuttonCancel
 stores a dialog button Cancel
QListBoxListComponent
 stores a dialog list compoent

Constructor & Destructor Documentation

STD_LoadStudiesDlg::STD_LoadStudiesDlg QWidget parent = 0,
bool  modal = FALSE,
WFlags  fl = 0
 

Parameters:
parent a parent widget
modal bool argument, if true the dialog box is a modal dialog box
f style flags

STD_LoadStudiesDlg.~STD_LoadStudiesDlg  ) 
 


Field Documentation

STD_LoadStudiesDlg::TextLabel1
 

STD_LoadStudiesDlg::buttonOk
 

STD_LoadStudiesDlg::buttonCancel
 

STD_LoadStudiesDlg::ListComponent