pastebin
| #1 paste tool since 2002
create new paste
tools
api
archive
real-time
faq
pastebin
Follow @pastebin
create new paste
trending pastes
sign up
login
my settings
my profile
My Pastes
Public Pastes
Untitled
0 sec ago
Untitled
5 sec ago
Untitled
5 sec ago
Untitled
6 sec ago
Untitled
12 sec ago
Untitled
12 sec ago
Shenanigans
15 sec ago
Untitled
18 sec ago
Layout Width
Share Pastebin
FenPrincipale.h
By: a guest | Mar 20th, 2010 | Syntax:
None
| Size: 0.29 KB | Hits: 78 | Expires: Never
Download
|
Raw
|
Embed
|
Report abuse
This paste has a previous version,
view the difference
.
#ifndef DEF_MAFENETRE
#define DEF_MAFENETRE
#include <QtGui>
//class QGroupBox;
class Gui : public QWidget
{
public:
Gui();
private:
QFormLayout *createDefine();
QGroupBox *createOptions();
//QGroupBox *createCommentaires();
};
#endif
create new paste
|
create new version of this paste
RAW Paste Data
#ifndef DEF_MAFENETRE #define DEF_MAFENETRE #include <QtGui> //class QGroupBox; class Gui : public QWidget { public: Gui(); private: QFormLayout *createDefine(); QGroupBox *createOptions(); //QGroupBox *createCommentaires(); }; #endif