diff options
| author | Kevin Smith <git@kismith.co.uk> | 2012-06-30 21:21:30 (GMT) |
|---|---|---|
| committer | Kevin Smith <git@kismith.co.uk> | 2012-06-30 21:21:30 (GMT) |
| commit | 6ff8a720525aec3176d9df5598948358cc6b35f2 (patch) | |
| tree | 113198050644a46a6a011c6ccc732a72495b4c96 /Swift/QtUI/QtChatWindow.h | |
| parent | ce93c7316978a1c9da3ec8cbf3e26ed8786cebc0 (diff) | |
| download | swift-contrib-6ff8a720525aec3176d9df5598948358cc6b35f2.zip swift-contrib-6ff8a720525aec3176d9df5598948358cc6b35f2.tar.bz2 | |
Slightly bigger coloured area
Diffstat (limited to 'Swift/QtUI/QtChatWindow.h')
| -rw-r--r-- | Swift/QtUI/QtChatWindow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Swift/QtUI/QtChatWindow.h b/Swift/QtUI/QtChatWindow.h index 3e58f8c..1ba56be 100644 --- a/Swift/QtUI/QtChatWindow.h +++ b/Swift/QtUI/QtChatWindow.h @@ -191,18 +191,19 @@ namespace Swift { int unreadCount_; bool contactIsTyping_; LastLineTracker lastLineTracker_; QString contact_; QString lastSentMessage_; QTextCursor tabCompleteCursor_; QtChatView* messageLog_; QtChatTheme* theme_; QtTextEdit* input_; + QWidget* midBar_; QComboBox* labelsWidget_; QtOccupantListWidget* treeWidget_; QLabel* correctingLabel_; QLabel* alertLabel_; QWidget* alertWidget_; QPushButton* alertButton_; TabComplete* completer_; QLineEdit* subject_; QPushButton* actionButton_; |
Swift