Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Update the ToolSettings tab programatically

Hi !

 

I need to update the “command” text area of the Tool Settings tab with an event on another tab (I’ve added) on “C/C++ Build” level.

I explain what I expect : In my tab I’ve a radio button to select a compiler or another. If the compiler change, I’ll change the Tool Command : tool.setToolCommand(NewCompiler) but the GUI isn’t updated … I’ve to update the “Command” area text in the ToolSettings tab. If I close the “Properties” dialog and reopen it, it’s ok the “Command” area contains the good compiler …

 

How can I update the tab without close the dialog … ?

 

Thank you for your help

Christelle


Back to the top