mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-20 16:20:52 +01:00
unify code-style a bit
This commit is contained in:
@@ -69,7 +69,7 @@ ConfigDialog::ConfigDialog(QWidget *parent) : QDialog(parent) {
|
|||||||
|
|
||||||
// Add a layout for QDialog
|
// Add a layout for QDialog
|
||||||
QVBoxLayout *dialog_layout = new QVBoxLayout(this);
|
QVBoxLayout *dialog_layout = new QVBoxLayout(this);
|
||||||
dialog_layout->addWidget(scroll); // add scroll to the QDialog's layout
|
dialog_layout -> addWidget(scroll); // add scroll to the QDialog's layout
|
||||||
dialog_layout -> addWidget(buttons);
|
dialog_layout -> addWidget(buttons);
|
||||||
setLayout(dialog_layout);
|
setLayout(dialog_layout);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user