changed notation
This commit is contained in:
+11
-10
@@ -1,18 +1,19 @@
|
||||
#ifndef SETTINGSDIALOG_H
|
||||
#define SETTINGSDIALOG_H
|
||||
|
||||
#include "QButtonGroup"
|
||||
#include "QCheckBox"
|
||||
#include "QDialogButtonBox"
|
||||
#include "QHBoxLayout"
|
||||
#include "QListView"
|
||||
#include "QMainWindow"
|
||||
#include "QPushButton"
|
||||
#include "QStackedLayout"
|
||||
#include "QVBoxLayout"
|
||||
#include "QWidget"
|
||||
#include "settingsdialogtab.h"
|
||||
|
||||
#include <QButtonGroup>
|
||||
#include <QCheckBox>
|
||||
#include <QDialogButtonBox>
|
||||
#include <QHBoxLayout>
|
||||
#include <QListView>
|
||||
#include <QMainWindow>
|
||||
#include <QPushButton>
|
||||
#include <QStackedLayout>
|
||||
#include <QVBoxLayout>
|
||||
#include <QWidget>
|
||||
|
||||
class SettingsDialog : public QWidget
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user