mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-03-02 19:29:15 +01:00
So far just the framework, core plugin and welcome plugin. Checking this in just as a backup, nothing more. git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@152 ebee16cc-31ac-478f-84a7-5cbb03baadba
14 lines
843 B
XML
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>
|