~ubuntu-branches/ubuntu/hoary/kdemultimedia/hoary

« back to all changes in this revision

Viewing changes to kscd/CDDialogData.h

  • Committer: Bazaar Package Importer
  • Author(s): Martin Schulze
  • Date: 2003-01-22 15:00:51 UTC
  • Revision ID: james.westby@ubuntu.com-20030122150051-uihwkdoxf15mi1tn
Tags: upstream-2.2.2
ImportĀ upstreamĀ versionĀ 2.2.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/**********************************************************************
 
2
 
 
3
        --- Dlgedit generated file ---
 
4
 
 
5
        File: CDDialogData.h
 
6
        Last generated: Thu Jan 1 15:56:19 1998
 
7
 
 
8
        DO NOT EDIT!!!  This file will be automatically
 
9
        regenerated by dlgedit.  All changes will be lost.
 
10
 
 
11
 *********************************************************************/
 
12
 
 
13
#ifndef CDDialogData_included
 
14
#define CDDialogData_included
 
15
 
 
16
#include <qdialog.h>
 
17
#include <qlabel.h>
 
18
#include <qlineedit.h>
 
19
#include <qlistbox.h>
 
20
#include <qpushbutton.h>
 
21
 
 
22
class CDDialogData : public QDialog
 
23
{
 
24
    Q_OBJECT
 
25
 
 
26
public:
 
27
 
 
28
    CDDialogData
 
29
    (
 
30
        QWidget* parent = NULL,
 
31
        const char* name = NULL
 
32
    );
 
33
 
 
34
    virtual ~CDDialogData();
 
35
 
 
36
public slots:
 
37
 
 
38
    virtual void titleselected(int);
 
39
 
 
40
protected slots:
 
41
 
 
42
 
 
43
protected:
 
44
    QLineEdit* titleedit;
 
45
    QListBox* listbox;
 
46
    QLineEdit* trackedit;
 
47
    QLineEdit* progseq_edit;
 
48
    QPushButton* save_button;
 
49
    QPushButton* load_button;
 
50
    QPushButton* ok_button;
 
51
    QPushButton* ext_info_title_button;
 
52
    QPushButton* ext_info_button;
 
53
    QLabel* disc_id_label;
 
54
    QLabel* total_time_label;
 
55
    QPushButton* upload_button;
 
56
 
 
57
};
 
58
 
 
59
#endif // CDDialogData_included