summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Voicu <vladvoic@gmail.com>2011-05-30 18:02:15 (GMT)
committerVlad Voicu <vladvoic@gmail.com>2011-05-31 18:34:03 (GMT)
commit7d53b6a3b139faeb7b12ec158ac88686dd41ed55 (patch)
tree1f9535c33844833a1ac3e511b1f24cabce7a90b3 /Swift/QtUI/QtViewHistoryWindow.h
parentdc09259ab9e7c27e0e1026b72f801bd85cbb8190 (diff)
downloadswift-contrib-7d53b6a3b139faeb7b12ec158ac88686dd41ed55.zip
swift-contrib-7d53b6a3b139faeb7b12ec158ac88686dd41ed55.tar.bz2
History Window mockup
Diffstat (limited to 'Swift/QtUI/QtViewHistoryWindow.h')
-rw-r--r--Swift/QtUI/QtViewHistoryWindow.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Swift/QtUI/QtViewHistoryWindow.h b/Swift/QtUI/QtViewHistoryWindow.h
index 145731c..1ed5757 100644
--- a/Swift/QtUI/QtViewHistoryWindow.h
+++ b/Swift/QtUI/QtViewHistoryWindow.h
@@ -21,8 +21,12 @@ namespace Swift {
QtViewHistoryWindow();
void show();
void setEnabled(bool enabled);
+ private slots:
+ void handleBeforeSliderValueChanged(const int value);
+ void handleAfterSliderValueChanged(const int value);
private:
+ std::string getLabel(const int value);
QtChatView* messageLog_;
Ui::QtViewHistoryWindow ui;
JID jid_;