Files
qt-creator/share/qtcreator/designer/templates.xml
Daniel Molkentin 0f20a20b4c Fixes: Implement make install target, Step 1
Details: Moving files so that the local layout corresponds to the layout pushed by make install.
Adjust Make target, modify the resource path of the loader to find the resources in the
right place. All pathes are still looked up relative to binaryPath(), libs are found via
relative rpath.
2009-01-21 08:52:19 +01:00

14 lines
843 B
XML

<?xml version="1.0" encoding="utf-8"?>
<designertemplates version="1.0.0">
<template name="Widget Form" description="Create new widget form" uifile="templates/Widget.ui">
</template>
<template name="Mainwindow Form" description="Create new mainwindow form" uifile="templates/Main_Window.ui">
</template>
<template name="Dialog without buttons" description="Create a dialog without buttons." uifile="templates/Dialog_without_Buttons.ui">
</template>
<template name="Dialog with buttons bottom" description="Create a dialog with the buttons at the bottom." uifile="templates/Dialog_with_Buttons_Bottom.ui">
</template>
<template name="Dialog with buttons right" description="Create a dialog with the buttons at the right." uifile="templates/Dialog_with_Buttons_Right.ui">
</template>
</designertemplates>