You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

24 rivejä
305 B

  1. #ifndef SETTINGSPAGE_H
  2. #define SETTINGSPAGE_H
  3. #include <QWidget>
  4. namespace Ui {
  5. class CSettingsPage;
  6. }
  7. class CSettingsPage : public QWidget
  8. {
  9. Q_OBJECT
  10. public:
  11. explicit CSettingsPage(QWidget *parent = 0);
  12. ~CSettingsPage();
  13. private:
  14. Ui::CSettingsPage *ui;
  15. };
  16. #endif // SETTINGSPAGE_H