mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 11:00:44 -06:00
@@ -19,6 +19,9 @@
|
||||
#include <QShortcut>
|
||||
#include <QTextCodec>
|
||||
|
||||
QMap<sqlb::ObjectIdentifier, BrowseDataTableSettings> TableBrowser::browseTableSettings;
|
||||
QString TableBrowser::defaultBrowseTableEncoding;
|
||||
|
||||
TableBrowser::TableBrowser(QWidget* parent) :
|
||||
QWidget(parent),
|
||||
ui(new Ui::TableBrowser),
|
||||
|
||||
@@ -164,8 +164,8 @@ private:
|
||||
/// re-initialized when switching to another table)
|
||||
SqliteTableModel* m_browseTableModel;
|
||||
|
||||
QMap<sqlb::ObjectIdentifier, BrowseDataTableSettings> browseTableSettings; // TODO This probably wants to be static as soon as we have multiple instances of this class
|
||||
QString defaultBrowseTableEncoding;
|
||||
static QMap<sqlb::ObjectIdentifier, BrowseDataTableSettings> browseTableSettings; // This is static, so settings are shared between instances
|
||||
static QString defaultBrowseTableEncoding;
|
||||
|
||||
Palette m_condFormatPalette;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user