Salome HOME
no message
[modules/gui.git] / src / Qtx / QtxListAction.h
index 64003fe91b4d16b12df2824ee041e9b5173f1ac2..8f74210e13123b1ffebdcf60dc7b488e231f51f3 100755 (executable)
@@ -26,6 +26,8 @@ class QTX_EXPORT QtxListAction : public QtxAction
 {
     Q_OBJECT
 
+    Q_PROPERTY( QStringList names READ names WRITE addNames )
+
     class ToolButton;
 
 public:
@@ -47,6 +49,7 @@ public:
     int                     popupMode() const;
     void                    setPopupMode( const int );
 
+    QStringList             names() const;
     void                    addNames( const QStringList&, bool = true );
     void                    setComment( const QString&, const QString& = QString::null );