Showing
9 changed files
with
154 additions
and
0 deletions
dblp/dblp.cpp
0 → 100644
dblp/dblp.h
0 → 100644
dblp/dblp.qrc
0 → 100644
dblp/dblp.ui
0 → 100644
1 | +<UI version="4.0" > | ||
2 | + <class>dblpClass</class> | ||
3 | + <widget class="QMainWindow" name="dblpClass" > | ||
4 | + <property name="objectName" > | ||
5 | + <string notr="true">dblpClass</string> | ||
6 | + </property> | ||
7 | + <property name="geometry" > | ||
8 | + <rect> | ||
9 | + <x>0</x> | ||
10 | + <y>0</y> | ||
11 | + <width>600</width> | ||
12 | + <height>400</height> | ||
13 | + </rect> | ||
14 | + </property> | ||
15 | + <property name="windowTitle" > | ||
16 | + <string>dblp</string> | ||
17 | + </property> | ||
18 | + <widget class="QMenuBar" name="menuBar" /> | ||
19 | + <widget class="QToolBar" name="mainToolBar" /> | ||
20 | + <widget class="QWidget" name="centralWidget" /> | ||
21 | + <widget class="QStatusBar" name="statusBar" /> | ||
22 | + </widget> | ||
23 | + <layoutDefault spacing="6" margin="11" /> | ||
24 | + <pixmapfunction></pixmapfunction> | ||
25 | + <resources> | ||
26 | + <include location="dblp.qrc"/> | ||
27 | + </resources> | ||
28 | + <connections/> | ||
29 | +</UI> |
dblp/dblp.vcxproj
0 → 100644
This diff is collapsed. Click to expand it.
dblp/dblp.vcxproj.filters
0 → 100644
1 | +<?xml version="1.0" encoding="utf-8"?> | ||
2 | +<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
3 | + <ItemGroup> | ||
4 | + <Filter Include="Source Files"> | ||
5 | + <UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier> | ||
6 | + <Extensions>cpp;cxx;c;def</Extensions> | ||
7 | + </Filter> | ||
8 | + <Filter Include="Header Files"> | ||
9 | + <UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier> | ||
10 | + <Extensions>h</Extensions> | ||
11 | + </Filter> | ||
12 | + <Filter Include="Form Files"> | ||
13 | + <UniqueIdentifier>{99349809-55BA-4b9d-BF79-8FDBB0286EB3}</UniqueIdentifier> | ||
14 | + <Extensions>ui</Extensions> | ||
15 | + </Filter> | ||
16 | + <Filter Include="Resource Files"> | ||
17 | + <UniqueIdentifier>{D9D6E242-F8AF-46E4-B9FD-80ECBC20BA3E}</UniqueIdentifier> | ||
18 | + <Extensions>qrc;*</Extensions> | ||
19 | + <ParseFiles>false</ParseFiles> | ||
20 | + </Filter> | ||
21 | + <Filter Include="Generated Files"> | ||
22 | + <UniqueIdentifier>{71ED8ED8-ACB9-4CE9-BBE1-E00B30144E11}</UniqueIdentifier> | ||
23 | + <Extensions>moc;h;cpp</Extensions> | ||
24 | + <SourceControlFiles>False</SourceControlFiles> | ||
25 | + </Filter> | ||
26 | + <Filter Include="Generated Files\Debug"> | ||
27 | + <UniqueIdentifier>{43009501-7d66-44b7-8262-e24429ddd742}</UniqueIdentifier> | ||
28 | + <Extensions>cpp;moc</Extensions> | ||
29 | + <SourceControlFiles>False</SourceControlFiles> | ||
30 | + </Filter> | ||
31 | + <Filter Include="Generated Files\Release"> | ||
32 | + <UniqueIdentifier>{2130cf0a-ef9d-4121-982b-0274ec98bdc9}</UniqueIdentifier> | ||
33 | + <Extensions>cpp;moc</Extensions> | ||
34 | + <SourceControlFiles>False</SourceControlFiles> | ||
35 | + </Filter> | ||
36 | + </ItemGroup> | ||
37 | + <ItemGroup> | ||
38 | + <ClCompile Include="stdafx.cpp"> | ||
39 | + <Filter>Source Files</Filter> | ||
40 | + </ClCompile> | ||
41 | + <ClCompile Include="main.cpp"> | ||
42 | + <Filter>Source Files</Filter> | ||
43 | + </ClCompile> | ||
44 | + <ClCompile Include="dblp.cpp"> | ||
45 | + <Filter>Source Files</Filter> | ||
46 | + </ClCompile> | ||
47 | + <ClCompile Include="GeneratedFiles\Debug\moc_dblp.cpp"> | ||
48 | + <Filter>Generated Files\Debug</Filter> | ||
49 | + </ClCompile> | ||
50 | + <ClCompile Include="GeneratedFiles\Release\moc_dblp.cpp"> | ||
51 | + <Filter>Generated Files\Release</Filter> | ||
52 | + </ClCompile> | ||
53 | + <ClCompile Include="GeneratedFiles\qrc_dblp.cpp"> | ||
54 | + <Filter>Generated Files</Filter> | ||
55 | + </ClCompile> | ||
56 | + </ItemGroup> | ||
57 | + <ItemGroup> | ||
58 | + <ClInclude Include="stdafx.h"> | ||
59 | + <Filter>Header Files</Filter> | ||
60 | + </ClInclude> | ||
61 | + <ClInclude Include="GeneratedFiles\ui_dblp.h"> | ||
62 | + <Filter>Generated Files</Filter> | ||
63 | + </ClInclude> | ||
64 | + </ItemGroup> | ||
65 | + <ItemGroup> | ||
66 | + <CustomBuild Include="dblp.h"> | ||
67 | + <Filter>Header Files</Filter> | ||
68 | + </CustomBuild> | ||
69 | + <CustomBuild Include="dblp.ui"> | ||
70 | + <Filter>Form Files</Filter> | ||
71 | + </CustomBuild> | ||
72 | + <CustomBuild Include="dblp.qrc"> | ||
73 | + <Filter>Resource Files</Filter> | ||
74 | + </CustomBuild> | ||
75 | + </ItemGroup> | ||
76 | +</Project> | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
dblp/main.cpp
0 → 100644
dblp/stdafx.cpp
0 → 100644
1 | +#include "stdafx.h" |
dblp/stdafx.h
0 → 100644
1 | +#include <QtWidgets> |
-
Please register or login to post a comment