~adamreichold/qpdfview/trunk

« back to all changes in this revision

Viewing changes to sources/settingsdialog.h

  • Committer: Adam Reichold
  • Author(s): Frank Dana
  • Date: 2025-06-02 13:51:01 UTC
  • Revision ID: adam.reichold@t-online.de-20250602135101-5vu2dg9ji4g6nbn3
Reduce memory usage by using a single shared model of color names

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
class QGroupBox;
35
35
class QLineEdit;
36
36
class QSpinBox;
 
37
class QStringListModel;
37
38
class QTableView;
38
39
class QTabWidget;
39
40
 
61
62
 
62
63
    static Settings* s_settings;
63
64
 
 
65
    QStringListModel* m_colorNamesModel;
 
66
 
64
67
    QTabWidget* m_graphicsTabWidget;
65
68
    QFormLayout* m_graphicsLayout;
66
69