mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-27 14:30:00 -06:00
File Extension management interface (#659)
[NEW] Add new interface and functionality to manage database file extension. (Implements feature request #659)
This commit is contained in:
committed by
Martin Kleusberg
parent
b08960f504
commit
a993c19853
@@ -36,9 +36,13 @@ private slots:
|
||||
void chooseRemoteCloneDirectory();
|
||||
void updatePreviewFont();
|
||||
|
||||
void on_buttonManageFileExtension_clicked();
|
||||
|
||||
private:
|
||||
Ui::PreferencesDialog *ui;
|
||||
|
||||
QStringList m_dbFileExtensions;
|
||||
|
||||
void fillLanguageBox();
|
||||
void loadColorSetting(QFrame *frame, const QString &name);
|
||||
void setColorSetting(QFrame *frame, const QColor &color);
|
||||
|
||||
Reference in New Issue
Block a user