summaryrefslogtreecommitdiff
path: root/src/Preferences.h
diff options
context:
space:
mode:
authorMarius Kintel <marius@kintel.net>2012-01-09 23:55:46 (GMT)
committerMarius Kintel <marius@kintel.net>2012-01-09 23:55:46 (GMT)
commit5c999479a36623b0831c8667a0efe17153049463 (patch)
treeac97a9aabebc48804004fbd563f6fa860d714548 /src/Preferences.h
parenta4810e00194ac60095547721e318cf2d550d4a5c (diff)
Added GUI for cache size adjustment
Diffstat (limited to 'src/Preferences.h')
-rw-r--r--src/Preferences.h13
1 files changed, 8 insertions, 5 deletions
diff --git a/src/Preferences.h b/src/Preferences.h
index 7e22e63..492a261 100644
--- a/src/Preferences.h
+++ b/src/Preferences.h
@@ -19,11 +19,14 @@ public:
public slots:
void actionTriggered(class QAction *);
- void colorSchemeChanged();
- void fontFamilyChanged(const QString &);
- void fontSizeChanged(const QString &);
- void openCSGWarningChanged(bool);
- void enableOpenCSGChanged(bool);
+ void on_colorSchemeChooser_itemSelectionChanged();
+ void on_fontChooser_activated(const QString &);
+ void on_fontSize_editTextChanged(const QString &);
+ void on_openCSGWarningBox_toggled(bool);
+ void on_enableOpenCSGBox_toggled(bool);
+ void on_cgalCacheSizeEdit_textChanged(const QString &);
+ void on_polysetCacheSizeEdit_textChanged(const QString &);
+ void on_opencsgLimitEdit_textChanged(const QString &);
signals:
void requestRedraw() const;
contact: Jan Huwald // Impressum