(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:
cfdev
2013-04-11 09:35:10 +00:00
parent a38163c737
commit 6baac30851
7 changed files with 202 additions and 3 deletions

View File

@@ -0,0 +1,22 @@
#ifndef DIALOGCONDUCTORAUTONUM_H
#define DIALOGCONDUCTORAUTONUM_H
#include <QDialog>
namespace Ui {
class DialogConductorAutoNum;
}
class DialogConductorAutoNum : public QDialog
{
Q_OBJECT
public:
explicit DialogConductorAutoNum(QWidget *parent = 0);
~DialogConductorAutoNum();
private:
Ui::DialogConductorAutoNum *ui;
};
#endif // DIALOGCONDUCTORAUTONUM_H