Skip to content

Commit

Permalink
Added file dialogs
Browse files Browse the repository at this point in the history
  • Loading branch information
holychicken99 committed Sep 14, 2021
1 parent b742346 commit 4bb6a25
Show file tree
Hide file tree
Showing 94 changed files with 12,907 additions and 133 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
{
"directoryIndex" : 0,
"id" : "frontend::@6890427a1f51a3e7e1df",
"jsonFile" : "target-frontend-Debug-ca2c902d432a5c056367.json",
"jsonFile" : "target-frontend-Debug-9875be586b365f09d9df.json",
"name" : "frontend",
"projectIndex" : 0
},
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
{
"cmake" :
{
"generator" :
{
"multiConfig" : false,
"name" : "Ninja"
},
"paths" :
{
"cmake" : "/home/alpha/Documents/QT5/Tools/CMake/bin/cmake",
"cpack" : "/home/alpha/Documents/QT5/Tools/CMake/bin/cpack",
"ctest" : "/home/alpha/Documents/QT5/Tools/CMake/bin/ctest",
"root" : "/home/alpha/Documents/QT5/Tools/CMake/share/cmake-3.21"
},
"version" :
{
"isDirty" : false,
"major" : 3,
"minor" : 21,
"patch" : 1,
"string" : "3.21.1",
"suffix" : ""
}
},
"objects" :
[
{
"jsonFile" : "codemodel-v2-dd63f3aa8a218bd0aab0.json",
"kind" : "codemodel",
"version" :
{
"major" : 2,
"minor" : 3
}
},
{
"jsonFile" : "cache-v2-bc38dfa9bcfb159b8195.json",
"kind" : "cache",
"version" :
{
"major" : 2,
"minor" : 0
}
},
{
"jsonFile" : "cmakeFiles-v1-12a4e2c2e699e2a3f145.json",
"kind" : "cmakeFiles",
"version" :
{
"major" : 1,
"minor" : 0
}
}
],
"reply" :
{
"cache-v2" :
{
"jsonFile" : "cache-v2-bc38dfa9bcfb159b8195.json",
"kind" : "cache",
"version" :
{
"major" : 2,
"minor" : 0
}
},
"cmakeFiles-v1" :
{
"jsonFile" : "cmakeFiles-v1-12a4e2c2e699e2a3f145.json",
"kind" : "cmakeFiles",
"version" :
{
"major" : 1,
"minor" : 0
}
},
"codemodel-v2" :
{
"jsonFile" : "codemodel-v2-dd63f3aa8a218bd0aab0.json",
"kind" : "codemodel",
"version" :
{
"major" : 2,
"minor" : 3
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -144,18 +144,19 @@
0,
1,
2,
3
3,
9
]
}
],
"dependencies" :
[
{
"id" : "frontend_autogen_timestamp_deps::@6890427a1f51a3e7e1df"
},
{
"backtrace" : 0,
"id" : "frontend_autogen::@6890427a1f51a3e7e1df"
},
{
"id" : "frontend_autogen_timestamp_deps::@6890427a1f51a3e7e1df"
}
],
"id" : "frontend::@6890427a1f51a3e7e1df",
Expand Down Expand Up @@ -208,30 +209,33 @@
0,
1,
2,
3
3,
9
]
},
{
"name" : "Header Files",
"sourceIndexes" :
[
4,
6
7
]
},
{
"name" : "",
"sourceIndexes" :
[
5,
7
6,
8
]
},
{
"name" : "CMake Rules",
"sourceIndexes" :
[
8
10,
11
]
}
],
Expand Down Expand Up @@ -272,6 +276,11 @@
"path" : "mainwindow.ui",
"sourceGroupIndex" : 2
},
{
"backtrace" : 1,
"path" : "resources.qrc",
"sourceGroupIndex" : 2
},
{
"backtrace" : 0,
"isGenerated" : true,
Expand All @@ -284,11 +293,24 @@
"path" : "/home/alpha/Documents/projects/CPP_ImageApp/boost_fileviewer/build-frontend-Desktop-Debug/frontend_autogen/timestamp",
"sourceGroupIndex" : 2
},
{
"backtrace" : 0,
"compileGroupIndex" : 0,
"isGenerated" : true,
"path" : "/home/alpha/Documents/projects/CPP_ImageApp/boost_fileviewer/build-frontend-Desktop-Debug/frontend_autogen/EWIEGA46WW/qrc_resources.cpp",
"sourceGroupIndex" : 0
},
{
"backtrace" : 0,
"isGenerated" : true,
"path" : "/home/alpha/Documents/projects/CPP_ImageApp/boost_fileviewer/build-frontend-Desktop-Debug/frontend_autogen/timestamp.rule",
"sourceGroupIndex" : 3
},
{
"backtrace" : 0,
"isGenerated" : true,
"path" : "/home/alpha/Documents/projects/CPP_ImageApp/boost_fileviewer/build-frontend-Desktop-Debug/frontend_autogen/EWIEGA46WW/qrc_resources.cpp.rule",
"sourceGroupIndex" : 3
}
],
"type" : "EXECUTABLE"
Expand Down
Loading

0 comments on commit 4bb6a25

Please sign in to comment.