mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-05-28 10:10:00 +02:00
Import initial
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@1 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
18
aboutqet.h
Normal file
18
aboutqet.h
Normal file
@@ -0,0 +1,18 @@
|
||||
#ifndef ABOUTQET_H
|
||||
#define ABOUTQET_H
|
||||
#include <QtGui>
|
||||
/**
|
||||
Cette classe represente la boite de dialogue
|
||||
« A propos de QElectroTech »
|
||||
*/
|
||||
class AboutQET : public QDialog {
|
||||
Q_OBJECT
|
||||
public:
|
||||
AboutQET(QWidget * = 0);
|
||||
private:
|
||||
QWidget *titre();
|
||||
QWidget *ongletAPropos();
|
||||
QWidget *ongletAuteurs();
|
||||
QWidget *ongletLicence();
|
||||
};
|
||||
#endif
|
||||
Reference in New Issue
Block a user