#include <QWidget>
#include <QtSql>
#include <QtGui>
#include "textedit.h"
#include <QSyntaxHighlighter>
#include "highlighter.h"
#include "queryresults.h"
#include "columnlist.h"
#include "explaintable.h"
#include <Qsci/qsciscintilla.h>
#include <Qsci/qscilexer.h>
#include <Qsci/qscilexersql.h>
#include <Qsci/qsciapis.h>
Go to the source code of this file.
Classes | |
class | ServerEditor |
The ServerEditor widget is a fully fledged MySQL server browser. It is the primary component of SQL Master. This widgets contains a QTreeWidget to its left, and a QTabWidget to its right. The QtreeWidget Displays the server objects such as databases, tables and views. Selecting an object from this list will show more editing and interaction features to the right. More... | |
Namespaces | |
namespace | Ui |