Mercurial > repos > IBBoard.WarFoundry.GUI.QtSharp
diff 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 |
line wrap: on
line diff
--- a/IBBoard.WarFoundry.GUI.QtSharp.csproj Sat Jul 31 20:30:30 2010 +0000 +++ b/IBBoard.WarFoundry.GUI.QtSharp.csproj Sat Jul 31 20:32:01 2010 +0000 @@ -39,6 +39,8 @@ <Compile Include="qt-gui\MainWindowLayout.cs" /> <Compile Include="qt-gui\CreateNewArmyLayout.cs" /> <Compile Include="NewArmyDialog.cs" /> + <Compile Include="Handler\NewUnitEventHandler.cs" /> + <Compile Include="qt-gui\CreateNewUnitLayout.cs" /> </ItemGroup> <ItemGroup> <None Include="compile-ui.sh" /> @@ -101,12 +103,17 @@ <None Include="WarFoundryQtPref.xml"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </None> + <None Include="qt-gui\CreateNewUnitLayout.ui" /> + <None Include="icons\ui\add.png"> + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> + </None> </ItemGroup> <ItemGroup> <Folder Include="qt-gui\" /> <Folder Include="icons\" /> <Folder Include="icons\ui\" /> <Folder Include="lib\" /> + <Folder Include="Handler\" /> </ItemGroup> <ItemGroup> <Content Include="icons\App.png">