5 #ifndef CNOID_BASE_PATH_VARIABLE_EDITOR_H_INCLUDED
6 #define CNOID_BASE_PATH_VARIABLE_EDITOR_H_INCLUDED
9 #include <QTableWidget>
14 class ExtensionManager;
22 QTableWidget* tableWidget;
23 QLineEdit* newVariableEntry;
27 void readPathVariablesFromArchive();
28 void appendPathVariable(
const QString& name,
const QString& paths);
29 void writePathVariablesToArchive();
30 void onAppendActivated();