AlbumShaper 1.0a3
welcomeWindow.h
Go to the documentation of this file.
1//==============================================
2// copyright : (C) 2003-2005 by Will Stokes
3//==============================================
4// This program is free software; you can redistribute it
5// and/or modify it under the terms of the GNU General
6// Public License as published by the Free Software
7// Foundation; either version 2 of the License, or
8// (at your option) any later version.
9//==============================================
10
11#ifndef GUI_WELCOMEWINDOW_WELCOMEWINDOW_H
12#define GUI_WELCOMEWINDOW_WELCOMEWINDOW_H
13
14#include <qdialog.h>
15//Added by qt3to4:
16#include <QPixmap>
17#include <Q3GridLayout>
18#include <QLabel>
19
20//forward declarations
21class Q3GridLayout;
22class QPixmap;
23class QLabel;
24class QPushButton;
25class Q3IconViewItem;
26class Items;
27class Item;
28
29//======================
30class WelcomeWindow : public QDialog
31{
32Q_OBJECT
33//----------------------
34public:
35 WelcomeWindow( QWidget *parent=0, const char* name=0);
36//----------------------
37private slots:
38 void itemClicked( Q3IconViewItem *item );
39//----------------------
40private:
41 Q3GridLayout* grid;
42
46
49
51 QPushButton* closeButton;
52//----------------------
53};
54//======================
55
56#endif //GUI_WELCOMEWINDOW_WELCOMEWINDOW_H
Definition item.h:28
Definition items.h:26
QLabel * sideImage
void itemClicked(Q3IconViewItem *item)
QPushButton * closeButton
Close button.
QLabel * welcomeTitle
Q3GridLayout * grid
WelcomeWindow(QWidget *parent=0, const char *name=0)
QLabel * welcomeMessage