SymbolEditor
1.3.0
|
#include "MainWindow.h"
#include <QVBoxLayout>
#include <QListWidgetItem>
#include <QMenu>
#include <KAction>
#include <KActionCollection>
#include <KConfigDialog>
#include <KFileDialog>
#include <KGlobalSettings>
#include <KIO/NetAccess>
#include <KLocale>
#include <KMessageBox>
#include <KRecentFilesAction>
#include <KStatusBar>
#include <KTabWidget>
#include <KUrl>
#include "ConfigurationDialogs.h"
#include "Editor.h"
#include "Exceptions.h"
#include "SymbolListWidget.h"
#include "SymbolLibrary.h"
#include "ui_EditorConfigPage.h"
#include "SymbolEditor.h"
Go to the source code of this file.
Implement the MainWindow class. This supplies the main user interface which comprises of a tabbed widget containing a symbol editor and a library of symbols loaded from a symbol file. A standard menu bar, tool bar and status bar are provided to access the various functions and provide any suitable feedback or status messages.
Definition in file MainWindow.cpp.