|
Developer Documentation
|
Asks the user how to proceed after a name clash. More...
#include <Plugin-PropertyVis/Utils.hh>
Public Member Functions | |
| NewNameMessageBox (QString propName) | |
Public Attributes | |
| bool | replace |
| bool | rename |
| bool | cancel |
Private Slots | |
| void | slotReplace () |
| void | slotRename () |
| void | slotCancel () |
Private Attributes | |
| QLabel * | problemDescription |
| QPushButton * | buttonRename |
| QPushButton * | buttonReplace |
| QPushButton * | buttonCancel |
| QString | propName |
Asks the user how to proceed after a name clash.
When loading a property the provided name can already be in use. This message box is used to ask the user how to proceed. Cancel loading, set a new name or replace the old property by the new one?