mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-05-24 06:28:24 -05:00
EditDialog: Make edit dock more keyboard friendly to use
See #440, #441.
This commit is contained in:
+1
-1
@@ -17,13 +17,13 @@ public:
|
||||
explicit EditDialog(QWidget* parent = 0, bool forUseInDockWidget = false);
|
||||
~EditDialog();
|
||||
|
||||
public:
|
||||
int getCurrentCol() { return curCol; }
|
||||
int getCurrentRow() { return curRow; }
|
||||
|
||||
public slots:
|
||||
virtual void reset();
|
||||
virtual void loadText(const QByteArray& data, int row, int col);
|
||||
virtual void setFocus();
|
||||
|
||||
protected:
|
||||
virtual void closeEvent(QCloseEvent* ev);
|
||||
|
||||
Reference in New Issue
Block a user