Skip to content

Commit

Permalink
update filedialog
Browse files Browse the repository at this point in the history
  • Loading branch information
bestkakkoii authored and bestkakkoii committed Feb 9, 2024
1 parent 98d459f commit 240e8cd
Show file tree
Hide file tree
Showing 12 changed files with 1,352 additions and 55 deletions.
2 changes: 2 additions & 0 deletions SaSH/SaSH.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,7 @@ $(SolutionDir)ReleaseTool\UploadToServerx64.bat</Command>
</ClCompile>
<ClCompile Include="form\chatinfoform.cpp" />
<ClCompile Include="form\copyrightdialog.cpp" />
<ClCompile Include="form\cxfiledialog.cpp" />
<ClCompile Include="form\findandreplaceform.cpp" />
<ClCompile Include="form\generalform.cpp" />
<ClCompile Include="form\infoform.cpp" />
Expand Down Expand Up @@ -514,6 +515,7 @@ $(SolutionDir)ReleaseTool\UploadToServerx64.bat</Command>
<QtMoc Include="form\battlesettingfrom.h" />
<QtMoc Include="form\settingfiledialog.h" />
<QtMoc Include="form\findandreplaceform.h" />
<ClInclude Include="form\cxfiledialog.h" />
<ClInclude Include="globalmicro.h" />
<ClInclude Include="gamedevice.h" />
<QtMoc Include="interfacer.h" />
Expand Down
6 changes: 6 additions & 0 deletions SaSH/SaSH.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,9 @@
<ClCompile Include="script\crypto.cpp">
<Filter>Source Files\script</Filter>
</ClCompile>
<ClCompile Include="form\cxfiledialog.cpp">
<Filter>Source Files\forms\dialog</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<QtMoc Include="mainform.h">
Expand Down Expand Up @@ -511,6 +514,9 @@
<ClInclude Include="globalmicro.h">
<Filter>Source Files\util</Filter>
</ClInclude>
<ClInclude Include="form\cxfiledialog.h">
<Filter>Source Files\forms\dialog</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<QtUic Include="form\selecttargetform.ui">
Expand Down
Loading

0 comments on commit 240e8cd

Please sign in to comment.