blob: d51c195c5a5cd1f47d5ab33423fe2275c886f4ac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2025 The Qt Company Ltd.
SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
-->
<VSTemplate Version="3.0.0"
xmlns="http://schemas.microsoft.com/developer/vstemplate/2005"
xmlns:sdk="http://schemas.microsoft.com/developer/vstemplate-sdkextension/2010"
Type="Item">
<TemplateData>
<Name>Qt Dialog Form File (Button Right)</Name>
<Icon>dialogbuttonright.ico</Icon>
<ProjectType>VC</ProjectType>
<AppliesTo>VisualC</AppliesTo>
<ProjectTypeTag>Qt</ProjectTypeTag>
<DefaultName>DialogButtonRight.ui</DefaultName>
<TemplateGroupID>QtVsTools</TemplateGroupID>
<TemplateID>QtVsTools-QDialog.ButtonRight</TemplateID>
<Description>Qt Dialog Form File (.ui) with two buttons on the right side.</Description>
</TemplateData>
<TemplateContent>
<ProjectItem>dialogbuttonright.ui</ProjectItem>
</TemplateContent>
</VSTemplate>
|