mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-23 12:31:08 -06:00
Make syntax highlighting configurable
Add new options to the preferences dialog to change the colours and text styles used in the SQL syntax highlighter.
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
#include <QDialog>
|
||||
#include <QVariant>
|
||||
#include <QHash>
|
||||
class QTreeWidgetItem;
|
||||
|
||||
namespace Ui {
|
||||
class PreferencesDialog;
|
||||
@@ -25,6 +26,7 @@ private slots:
|
||||
virtual void chooseLocation();
|
||||
virtual void loadSettings();
|
||||
virtual void saveSettings();
|
||||
virtual void showColourDialog(QTreeWidgetItem* item, int column);
|
||||
|
||||
private:
|
||||
Ui::PreferencesDialog *ui;
|
||||
|
||||
Reference in New Issue
Block a user