Polished cell editor widget

This commit is contained in:
Vladislav Tronko
2016-08-13 01:56:14 +03:00
parent 8cbd7e5f5f
commit ad10e8016c
4 changed files with 53 additions and 99 deletions

View File

@@ -179,8 +179,8 @@ private slots:
void editTable();
void helpWhatsThis();
void helpAbout();
void updateRecordText(int row, int col, bool type, const QByteArray& newtext);
void editDockAway();
void updateRecordText(const QPersistentModelIndex& idx, const QByteArray& text, bool isBlob);
void toggleEditDock(bool visible);
void dataTableSelectionChanged(const QModelIndex& index);
void doubleClickTable(const QModelIndex& index);
void executeQuery();