mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-21 03:21:43 -06:00
Rewrite EditDialog using Qt Designer
Create a Qt Designer form file for the edit dialog. Clean up the edit dialog code removing some not working and not used functionality e.g. for blob editing.
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
class QDragEnterEvent;
|
||||
class SQLLogDock;
|
||||
class editForm;
|
||||
class EditDialog;
|
||||
class FindDialog;
|
||||
class SQLiteSyntaxHighlighter;
|
||||
class QStandardItemModel;
|
||||
@@ -45,8 +45,8 @@ public:
|
||||
MainWindow(QWidget* parent = 0);
|
||||
~MainWindow();
|
||||
|
||||
editForm * editWin;
|
||||
QClipboard * clipboard;
|
||||
EditDialog* editWin;
|
||||
QClipboard* clipboard;
|
||||
FindDialog* findWin;
|
||||
QIntValidator * gotoValidator;
|
||||
QString defaultlocation;
|
||||
|
||||
Reference in New Issue
Block a user