32 * @brief Provide a dialog that allow user to rename a property.
33 *
34 * The easiest way to use this class is to use the renameProperty static function.
35 *
36 **/
37
38class TLP_QT_SCOPE RenamePropertyDialog {
39public:
40
41 /**
42 * @brief This is a convenience static function to rename a property using a dialog. If the user presses Cancel or an error occurs, it returns false.
43 *
44 * The function creates a modal property rename dialog with the given property, and parent widget.