summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authordeva <deva>2005-05-23 19:30:36 +0000
committerdeva <deva>2005-05-23 19:30:36 +0000
commit764d85a9a398cb37e7b5c3eb2e4e5bfc9ff26cd3 (patch)
treeb61dc339d4161d5b67273357f30aaddb8117cfc5 /src/mainwindow.h
parent6afe92e834bebe7fa3cbc441444652f917419df6 (diff)
Made some cleanup in the status bar.
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 4f0d2d2..1348b5f 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -31,6 +31,9 @@
/*
* $Log$
+ * Revision 1.14 2005/05/23 19:30:36 deva
+ * Made some cleanup in the status bar.
+ *
* Revision 1.13 2005/05/16 16:00:57 deva
*
* Lots of stuff!
@@ -88,6 +91,8 @@ using namespace std;
#define TXT_STOP_RECORDING_TITLE "Stop optagelsen"
#define TXT_STOP_RECORDING "Optagelsen skal standses, inden et nyt cpr nummer kan indtastes.\n\
Optagelsen standses ved tryk på den røde cirkel med gul streg over."
+#define TXT_TIME "Tid:"
+#define TXT_QUEUELENGTH "Buffer størelse:"
/**
* Images
@@ -141,6 +146,7 @@ private:
QLabel *lbl_version;
QLabel *lbl_cpr;
QLabel *lbl_name;
+ QLabel *lbl_recordtime;
QTimer *taskbartimer;