mirror of
https://github.com/epasveer/seer.git
synced 2026-08-31 01:20:45 +08:00
Checkpoint: source close dialog.
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
#include "SeerCloseSourceDialog.h"
|
||||
#include <QtWidgets/QDialog>
|
||||
#include <QtWidgets/QWidget>
|
||||
#include <QtCore/QDebug>
|
||||
|
||||
SeerCloseSourceDialog::SeerCloseSourceDialog(QWidget* parent) : QDialog(parent) {
|
||||
|
||||
// Set up the UI.
|
||||
setupUi(this);
|
||||
|
||||
// Setup the widgets
|
||||
|
||||
// Connect things.
|
||||
}
|
||||
|
||||
SeerCloseSourceDialog::~SeerCloseSourceDialog() {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user