FIlename is now remembered and used by save. Save as added.
This commit is contained in:
parent
35932e7a8d
commit
69ac154b07
11 changed files with 539 additions and 169 deletions
22
querytab.h
Normal file
22
querytab.h
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
#ifndef QUERYTAB_H
|
||||
#define QUERYTAB_H
|
||||
|
||||
#include <QWidget>
|
||||
|
||||
namespace Ui {
|
||||
class QueryTab;
|
||||
}
|
||||
|
||||
class QueryTab : public QWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit QueryTab(QWidget *parent = 0);
|
||||
~QueryTab();
|
||||
|
||||
private:
|
||||
Ui::QueryTab *ui;
|
||||
};
|
||||
|
||||
#endif // QUERYTAB_H
|
||||
Loading…
Add table
Add a link
Reference in a new issue