traverso-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Traverso-commit] traverso/src/traverso/widgets InfoWidgets.cpp


From: Remon Sijrier
Subject: [Traverso-commit] traverso/src/traverso/widgets InfoWidgets.cpp
Date: Tue, 29 Jan 2008 10:55:20 +0000

CVSROOT:        /sources/traverso
Module name:    traverso
Changes by:     Remon Sijrier <r_sijrier>       08/01/29 10:55:20

Modified files:
        src/traverso/widgets: InfoWidgets.cpp 

Log message:
        * add a tooltip to the read/write buffer status as well :)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/traverso/src/traverso/widgets/InfoWidgets.cpp?cvsroot=traverso&r1=1.55&r2=1.56

Patches:
Index: InfoWidgets.cpp
===================================================================
RCS file: /sources/traverso/traverso/src/traverso/widgets/InfoWidgets.cpp,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -b -r1.55 -r1.56
--- InfoWidgets.cpp     29 Jan 2008 10:52:18 -0000      1.55
+++ InfoWidgets.cpp     29 Jan 2008 10:55:20 -0000      1.56
@@ -64,6 +64,8 @@
        
        m_writeBufferStatus = new SystemValueBar(this);
        m_readBufferStatus = new SystemValueBar(this);
+       m_readBufferStatus->setToolTip(tr("Read Buffer Status"));
+       m_writeBufferStatus->setToolTip(tr("Write Buffer Status"));
        m_cpuUsage = new SystemValueBar(this);
        m_icon = new QPushButton();
        m_icon->setIcon(find_pixmap(":/memorysmall"));




reply via email to

[Prev in Thread] Current Thread [Next in Thread]