Started on window for managing the server.
This commit is contained in:
parent
f51105bde0
commit
2f95c2f096
17 changed files with 163 additions and 8 deletions
|
|
@ -50,6 +50,9 @@ public:
|
|||
|
||||
void copyQueryAsCString();
|
||||
void exportData(const QString &filename);
|
||||
|
||||
QString fileName() const { return m_fileName; }
|
||||
bool isChanged() const { return m_queryTextChanged; }
|
||||
private:
|
||||
|
||||
// struct ResultTab {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue