equal
deleted
inserted
replaced
68 createBottomRightGroupBox(); |
68 createBottomRightGroupBox(); |
69 createProgressBar(); |
69 createProgressBar(); |
70 //! [0] |
70 //! [0] |
71 |
71 |
72 //! [1] |
72 //! [1] |
73 connect(styleComboBox, SIGNAL(activated(const QString &)), |
73 connect(styleComboBox, SIGNAL(activated(QString)), |
74 //! [1] //! [2] |
74 //! [1] //! [2] |
75 this, SLOT(changeStyle(const QString &))); |
75 this, SLOT(changeStyle(QString))); |
76 connect(useStylePaletteCheckBox, SIGNAL(toggled(bool)), |
76 connect(useStylePaletteCheckBox, SIGNAL(toggled(bool)), |
77 this, SLOT(changePalette())); |
77 this, SLOT(changePalette())); |
78 connect(disableWidgetsCheckBox, SIGNAL(toggled(bool)), |
78 connect(disableWidgetsCheckBox, SIGNAL(toggled(bool)), |
79 topLeftGroupBox, SLOT(setDisabled(bool))); |
79 topLeftGroupBox, SLOT(setDisabled(bool))); |
80 connect(disableWidgetsCheckBox, SIGNAL(toggled(bool)), |
80 connect(disableWidgetsCheckBox, SIGNAL(toggled(bool)), |