#include <qtabwidget.h>
#include <qkeysequence.h>
#include <qlineedit.h>
#include <qcombobox.h>
#include <qlistbox.h>
#include <qcheckbox.h>
#include <qspinbox.h>
#include <qstring.h>
#include <qinputdialog.h>
#include <qevent.h>
#include <vector>
#include <iostream>
#include "../../App/Exceptions/CKlearAppException.h"
#include "../../App/CKlearAppConfig.h"
#include "../View/CKlearUIConfig.h"
#include "../View/CKlearUIScanView.h"
#include "./CKlearControllerScanView.h"
Include dependency graph for CKlearControllerConfig.h:
Data Structures | |
class | CKlearControllerConfig |
The GUI to configure Klear. The dialog writes to the klearconfig class. More... |