[rkward-cvs] SF.net SVN: rkward: [1660] trunk/rkward/rkward/plugin/rkdropdown.h

tfry at users.sourceforge.net tfry at users.sourceforge.net
Tue Mar 20 14:43:04 UTC 2007


Revision: 1660
          http://svn.sourceforge.net/rkward/?rev=1660&view=rev
Author:   tfry
Date:     2007-03-20 07:43:04 -0700 (Tue, 20 Mar 2007)

Log Message:
-----------
API docs

Modified Paths:
--------------
    trunk/rkward/rkward/plugin/rkdropdown.h

Modified: trunk/rkward/rkward/plugin/rkdropdown.h
===================================================================
--- trunk/rkward/rkward/plugin/rkdropdown.h	2007-03-20 14:22:34 UTC (rev 1659)
+++ trunk/rkward/rkward/plugin/rkdropdown.h	2007-03-20 14:43:04 UTC (rev 1660)
@@ -22,7 +22,7 @@
 
 class QComboBox;
 
-/** This RKPluginWidget provides a group of radio-buttons.
+/** This RKPluginWidget provides a drop down list of options for use in plugins
 @author Thomas Friedrichsmeier
 */
 class RKDropDown : public RKAbstractOptionSelector {
@@ -32,7 +32,7 @@
 	~RKDropDown ();
 	int type () { return ComponentDropDown; };
 public slots:
-	// workaround for a qt bug
+	// workaround for a qt bug (3.3.7)
 	void comboItemActivated (int id);
 protected:
 	void setItemInGUI (int id);


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the rkward-tracker mailing list