| | |
| | | <!--
|
| | | *****************************************************************************
|
| | | **
|
| | | ** Copyright (C) 2021 The Qt Company Ltd.
|
| | | ** Copyright (C) 2022 The Qt Company Ltd.
|
| | | ** Contact: https://www.qt.io/licensing/
|
| | | **
|
| | | ** This file is part of the Qt VS Tools.
|
| | |
| | | **
|
| | | *****************************************************************************
|
| | | -->
|
| | | <local:VsToolsDialogWindow x:Class="QtVsTools.QtMsBuild.QtModulesPopup"
|
| | | <vsui:DialogWindow x:Class="QtVsTools.QtMsBuild.QtModulesPopup"
|
| | | xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
| | | xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
| | | xmlns:local="clr-namespace:QtVsTools"
|
| | | xmlns:vsui="clr-namespace:Microsoft.VisualStudio.PlatformUI;assembly=Microsoft.VisualStudio.Shell.15.0"
|
| | | ResizeMode="CanResize"
|
| | | Width="800" MaxHeight="550"
|
| | | MouseDown="Window_MouseDown"
|
| | |
| | | <Button IsCancel="True" MinHeight="23" MinWidth="74">_Cancel</Button>
|
| | | </WrapPanel>
|
| | | </Grid>
|
| | | </local:VsToolsDialogWindow>
|
| | | </vsui:DialogWindow>
|