summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
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;