mirror of
https://github.com/creyD/intelliphoto.git
synced 2026-04-14 20:30:32 +02:00
Linenverwaltung
This commit is contained in:
@@ -436,9 +436,11 @@ void IntelliPhotoGui::createGui(){
|
||||
|
||||
// create Gui elements
|
||||
paintingArea = new PaintingArea();
|
||||
Push
|
||||
|
||||
// set gui elements
|
||||
mainLayout->addWidget(paintingArea);
|
||||
mainLayout->addWidget(paintingArea,1,1,10,10);
|
||||
mainLayout->addWiget();
|
||||
}
|
||||
|
||||
void IntelliPhotoGui::setIntelliStyle(){
|
||||
|
||||
@@ -86,6 +86,8 @@ bool saveFile(const QByteArray &fileFormat);
|
||||
// What we'll draw on
|
||||
PaintingArea* paintingArea;
|
||||
|
||||
QPushButton* PushButton;
|
||||
|
||||
// The menu widgets
|
||||
QMenu*saveAsMenu;
|
||||
QMenu*fileMenu;
|
||||
@@ -135,7 +137,7 @@ QList<QAction*> actionSaveAs;
|
||||
|
||||
// main GUI elements
|
||||
QWidget* centralGuiWidget;
|
||||
QGridLayout*mainLayout;
|
||||
QGridLayout* mainLayout;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user