equal
deleted
inserted
replaced
105 void showExtension(bool); |
105 void showExtension(bool); |
106 |
106 |
107 protected: |
107 protected: |
108 QDialog(QDialogPrivate &, QWidget *parent, Qt::WindowFlags f = 0); |
108 QDialog(QDialogPrivate &, QWidget *parent, Qt::WindowFlags f = 0); |
109 |
109 |
110 #if defined(Q_WS_WINCE) || defined(Q_WS_S60) |
110 #if defined(Q_WS_WINCE) || defined(Q_OS_SYMBIAN) |
111 bool event(QEvent *e); |
111 bool event(QEvent *e); |
112 #endif |
112 #endif |
113 void keyPressEvent(QKeyEvent *); |
113 void keyPressEvent(QKeyEvent *); |
114 void closeEvent(QCloseEvent *); |
114 void closeEvent(QCloseEvent *); |
115 void showEvent(QShowEvent *); |
115 void showEvent(QShowEvent *); |
121 void adjustPosition(QWidget*); |
121 void adjustPosition(QWidget*); |
122 private: |
122 private: |
123 Q_DECLARE_PRIVATE(QDialog) |
123 Q_DECLARE_PRIVATE(QDialog) |
124 Q_DISABLE_COPY(QDialog) |
124 Q_DISABLE_COPY(QDialog) |
125 |
125 |
126 #if defined(Q_WS_S60) |
126 #if defined(Q_OS_SYMBIAN) |
127 bool s60AdjustedPosition(); |
127 bool symbianAdjustedPosition(); |
128 #endif |
128 #endif |
129 |
129 |
130 |
130 |
131 #ifdef Q_WS_WINCE_WM |
131 #ifdef Q_WS_WINCE_WM |
132 Q_PRIVATE_SLOT(d_func(), void _q_doneAction()) |
132 Q_PRIVATE_SLOT(d_func(), void _q_doneAction()) |