mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-20 08:10:52 +01:00
(BETA) only available in debug mode: Add dialogconductorautonum and call to nomenclature
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@2104 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
16
sources/ui/dialogconductorautonum.cpp
Normal file
16
sources/ui/dialogconductorautonum.cpp
Normal file
@@ -0,0 +1,16 @@
|
||||
#include "dialogconductorautonum.h"
|
||||
#include "ui_dialogconductorautonum.h"
|
||||
|
||||
#include "conductorautonumerotation.h"
|
||||
|
||||
DialogConductorAutoNum::DialogConductorAutoNum(QWidget *parent) :
|
||||
QDialog(parent),
|
||||
ui(new Ui::DialogConductorAutoNum)
|
||||
{
|
||||
ui->setupUi(this);
|
||||
}
|
||||
|
||||
DialogConductorAutoNum::~DialogConductorAutoNum()
|
||||
{
|
||||
delete ui;
|
||||
}
|
||||
Reference in New Issue
Block a user