mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-26 11:52:54 +00:00
37 lines
518 B
C
37 lines
518 B
C
![]() |
/*
|
||
|
* This file is automatically generated by Plasma UI Compiler
|
||
|
* DO NOT CHANGE THE CONTENTS, IT IS AUTOMATICALLY REGENERATED
|
||
|
*/
|
||
|
|
||
|
#ifndef ${HEADER_ID}
|
||
|
#define ${HEADER_ID}
|
||
|
|
||
|
/* Includes */
|
||
|
${INCLUDES}
|
||
|
|
||
|
/* Defines */
|
||
|
${DEFINES}
|
||
|
|
||
|
namespace Ui {
|
||
|
|
||
|
class ${CLASS_NAME}
|
||
|
{
|
||
|
|
||
|
protected:
|
||
|
|
||
|
${DECLARATION}
|
||
|
|
||
|
void setupUi(${PARENT_OBJECT_TYPE} * root)
|
||
|
{
|
||
|
/* Initialization */
|
||
|
${INITIALIZATION}
|
||
|
|
||
|
/* Setup */
|
||
|
${SETUP}
|
||
|
}
|
||
|
};
|
||
|
|
||
|
} // namespace Ui
|
||
|
|
||
|
#endif /* ${HEADER_ID} */
|