mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-29 23:40:51 +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:
22
sources/ui/dialogconductorautonum.h
Normal file
22
sources/ui/dialogconductorautonum.h
Normal 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
|
||||
Reference in New Issue
Block a user