Salome HOME
[bos #35159][EDF] (2023-T1) Following commands in Python console. Fixed intermediate...
[modules/gui.git] / src / SUIT / SUIT_Tools.h
index cc57dffd81990d8c715610fd45cc85b022db9d00..13b3ed9d30c9aed754f66520950bbd1943fe9b22 100644 (file)
@@ -44,6 +44,8 @@ public:
   static QString fontToString( const QFont& font );
 
   static void    centerWidget( QWidget* src, const QWidget* ref );
+
+  static void addTraceToPythonCommand(const QString& fileName, QString& command);
 };
 
 #endif