summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2010-06-25 18:36:42 (GMT)
committerKevin Smith <git@kismith.co.uk>2010-06-25 18:36:42 (GMT)
commit5518a05a200d6531b5ee1d1409a1d451bc3b0749 (patch)
treed40e77f5ed163ff19ec7a9b2292ec74a8ad5b455 /Swift/QtUI/QtChatWindow.h
parent9695b3f8343a04e71fea697fc8c280cdafe85465 (diff)
downloadswift-5518a05a200d6531b5ee1d1409a1d451bc3b0749.zip
swift-5518a05a200d6531b5ee1d1409a1d451bc3b0749.tar.bz2
Command-line option to not use tabs.
Resolves: #476
Diffstat (limited to 'Swift/QtUI/QtChatWindow.h')
-rw-r--r--Swift/QtUI/QtChatWindow.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/Swift/QtUI/QtChatWindow.h b/Swift/QtUI/QtChatWindow.h
index 00d7f25..f68ff1c 100644
--- a/Swift/QtUI/QtChatWindow.h
+++ b/Swift/QtUI/QtChatWindow.h
@@ -48,12 +48,18 @@ namespace Swift {
void setTabComplete(TabComplete* completer);
int getCount();
+ signals:
+ void geometryChanged();
+
protected slots:
void qAppFocusChanged(QWidget* old, QWidget* now);
void closeEvent(QCloseEvent* event);
+ void resizeEvent(QResizeEvent* event);
+ void moveEvent(QMoveEvent* event);
protected:
void showEvent(QShowEvent* event);
+
private slots:
void returnPressed();
void handleInputChanged();