Changes in src/UIElements/Qt4/QtDialog.cpp [163110:f130d4]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/UIElements/Qt4/QtDialog.cpp
r163110 rf130d4 45 45 using namespace std; 46 46 47 QtDialog::QtDialog(const std::string &_title) : 48 QDialog(0), 49 Dialog(_title) 50 { 51 setWindowTitle(QString(_title.c_str())); 47 QtDialog::QtDialog() : 48 QDialog(0) 49 { 52 50 // creating and filling of the Dialog window 53 51 mainLayout = new QVBoxLayout();
Note:
See TracChangeset
for help on using the changeset viewer.