Small changes in loggraph porting to Qt4
[vlp.git] / src / lgconfig / lgconfig.cpp
index 70a8bbc732902ecc81c15d74cb4283fbc2deec79..2ef36eddd25110516cf910af07609691b98f880f 100644 (file)
@@ -153,8 +153,6 @@ void QInstall::AddNode()
        QComboBox* tmpQComboBox;
        tmpQComboBox = new QComboBox(&dlg);
        tmpQComboBox->setGeometry(130, 130, 100, 30);
-//     tmpQComboBox->setSizeLimit(2);
-//     tmpQComboBox->setAutoResize(FALSE);
        tmpQComboBox->insertItem(0, "Explicit");
 
        tmpQLabel = new QLabel(&dlg);
@@ -334,8 +332,6 @@ int main(int argc, char **argv)
 {
        app = new QApplication(argc,argv);
        QInstall cfg;
-       //app->setStyle(WindowsStyle);
-//     app->setMainWidget(&cfg);
        cfg.show();
        return app->exec();
 }