Mercurial > repos > IBBoard.WarFoundry.GUI.QtSharp
comparison IBBoard.WarFoundry.GUI.QtSharp.csproj @ 28:5ee15def17e7
Re #244: Create "New Unit" dialog in Qt# app
* Add handler to feed back event (Qt widgets and events can't contain enough data)
* Add actions to toolbar as army changes
* Add initial "new unit" dialog by stripping down "new army" dialog
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sat, 31 Jul 2010 20:32:01 +0000 |
parents | f1be1b509134 |
children | 246237c88b9b |
comparison
equal
deleted
inserted
replaced
27:7eaa8a1715e2 | 28:5ee15def17e7 |
---|---|
37 <Compile Include="MainWindow.cs" /> | 37 <Compile Include="MainWindow.cs" /> |
38 <Compile Include="Main.cs" /> | 38 <Compile Include="Main.cs" /> |
39 <Compile Include="qt-gui\MainWindowLayout.cs" /> | 39 <Compile Include="qt-gui\MainWindowLayout.cs" /> |
40 <Compile Include="qt-gui\CreateNewArmyLayout.cs" /> | 40 <Compile Include="qt-gui\CreateNewArmyLayout.cs" /> |
41 <Compile Include="NewArmyDialog.cs" /> | 41 <Compile Include="NewArmyDialog.cs" /> |
42 <Compile Include="Handler\NewUnitEventHandler.cs" /> | |
43 <Compile Include="qt-gui\CreateNewUnitLayout.cs" /> | |
42 </ItemGroup> | 44 </ItemGroup> |
43 <ItemGroup> | 45 <ItemGroup> |
44 <None Include="compile-ui.sh" /> | 46 <None Include="compile-ui.sh" /> |
45 <None Include="qt-gui\MainWindowLayout.ui" /> | 47 <None Include="qt-gui\MainWindowLayout.ui" /> |
46 <None Include="icons\ui\filenew.png"> | 48 <None Include="icons\ui\filenew.png"> |
99 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | 101 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
100 </None> | 102 </None> |
101 <None Include="WarFoundryQtPref.xml"> | 103 <None Include="WarFoundryQtPref.xml"> |
102 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | 104 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
103 </None> | 105 </None> |
106 <None Include="qt-gui\CreateNewUnitLayout.ui" /> | |
107 <None Include="icons\ui\add.png"> | |
108 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | |
109 </None> | |
104 </ItemGroup> | 110 </ItemGroup> |
105 <ItemGroup> | 111 <ItemGroup> |
106 <Folder Include="qt-gui\" /> | 112 <Folder Include="qt-gui\" /> |
107 <Folder Include="icons\" /> | 113 <Folder Include="icons\" /> |
108 <Folder Include="icons\ui\" /> | 114 <Folder Include="icons\ui\" /> |
109 <Folder Include="lib\" /> | 115 <Folder Include="lib\" /> |
116 <Folder Include="Handler\" /> | |
110 </ItemGroup> | 117 </ItemGroup> |
111 <ItemGroup> | 118 <ItemGroup> |
112 <Content Include="icons\App.png"> | 119 <Content Include="icons\App.png"> |
113 <CopyToOutputDirectory>Always</CopyToOutputDirectory> | 120 <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
114 <Gettext-ScanForTranslations>false</Gettext-ScanForTranslations> | 121 <Gettext-ScanForTranslations>false</Gettext-ScanForTranslations> |