24 #ifndef DIGIKAM_MJPEG_STREAM_DLG_P_H
25 #define DIGIKAM_MJPEG_STREAM_DLG_P_H
29 #include <QVBoxLayout>
30 #include <QDialogButtonBox>
31 #include <QApplication>
32 #include <QMessageBox>
33 #include <QPushButton>
34 #include <QGridLayout>
41 #include <QDesktopServices>
45 #include <klocalizedstring.h>
46 #include <ksharedconfig.h>
47 #include <kconfiggroup.h>
Definition: mjpegservermngr.h:44
Definition: mjpegstreamdlg_p.h:69
QWidget * albumSelector
Definition: mjpegstreamdlg_p.h:101
TransitionPreview * transPreview
Definition: mjpegstreamdlg_p.h:114
QLabel * iStats
Definition: mjpegstreamdlg_p.h:97
DComboBox * effVal
Definition: mjpegstreamdlg_p.h:111
QDialogButtonBox * buttons
Definition: mjpegstreamdlg_p.h:103
WorkingWidget * progress
Definition: mjpegstreamdlg_p.h:94
QCheckBox * startOnStartup
Definition: mjpegstreamdlg_p.h:98
bool albumSupport
Definition: mjpegstreamdlg_p.h:100
QCheckBox * showLensModel
Definition: mjpegstreamdlg_p.h:121
DComboBox * transVal
Definition: mjpegstreamdlg_p.h:113
DIntNumInput * srvPort
Definition: mjpegstreamdlg_p.h:105
DComboBox * typeVal
Definition: mjpegstreamdlg_p.h:110
EffectPreview * effPreview
Definition: mjpegstreamdlg_p.h:112
QCheckBox * showTitle
Definition: mjpegstreamdlg_p.h:123
MjpegStreamSettings settings
Definition: mjpegstreamdlg_p.h:129
int spacing
Definition: mjpegstreamdlg_p.h:99
QCheckBox * showName
Definition: mjpegstreamdlg_p.h:116
DFontSelect * osdFont
Definition: mjpegstreamdlg_p.h:127
MjpegServerMngr * mngr
Definition: mjpegstreamdlg_p.h:90
QTabWidget * tabView
Definition: mjpegstreamdlg_p.h:115
QWidget * streamSettings
Definition: mjpegstreamdlg_p.h:104
QCheckBox * showExpoSensitivity
Definition: mjpegstreamdlg_p.h:119
TabView
Definition: mjpegstreamdlg_p.h:74
@ Transition
Definition: mjpegstreamdlg_p.h:77
@ Stream
Definition: mjpegstreamdlg_p.h:76
@ Effect
Definition: mjpegstreamdlg_p.h:78
QCheckBox * showComment
Definition: mjpegstreamdlg_p.h:122
QLabel * aStats
Definition: mjpegstreamdlg_p.h:95
QLabel * srvStatus
Definition: mjpegstreamdlg_p.h:92
DIntNumInput * delay
Definition: mjpegstreamdlg_p.h:106
QCheckBox * showCapIfNoTitle
Definition: mjpegstreamdlg_p.h:126
QLabel * separator
Definition: mjpegstreamdlg_p.h:96
QCheckBox * showDate
Definition: mjpegstreamdlg_p.h:117
QPushButton * srvButton
Definition: mjpegstreamdlg_p.h:91
QCheckBox * streamLoop
Definition: mjpegstreamdlg_p.h:109
QCheckBox * showMakeModel
Definition: mjpegstreamdlg_p.h:120
DItemsList * listView
Definition: mjpegstreamdlg_p.h:102
QCheckBox * showRating
Definition: mjpegstreamdlg_p.h:125
QCheckBox * showTags
Definition: mjpegstreamdlg_p.h:124
DIntNumInput * quality
Definition: mjpegstreamdlg_p.h:108
DIntNumInput * rate
Definition: mjpegstreamdlg_p.h:107
QCheckBox * showApertureFocal
Definition: mjpegstreamdlg_p.h:118
bool dirty
Definition: mjpegstreamdlg_p.h:89
QPushButton * srvPreview
Definition: mjpegstreamdlg_p.h:93
Definition: mjpegstreamdlg.h:41
Definition: mjpegstreamsettings.h:49
Definition: dcombobox.h:42
Definition: dfontselect.h:40
Definition: ditemslist.h:196
Definition: effectpreview.h:43
Definition: transitionpreview.h:43
Definition: mjpegframeosd.cpp:45