Skip to content

Commit 9e40ba7

Browse files
committed
initial new gui work, nav
1 parent 15858bd commit 9e40ba7

File tree

164 files changed

+8230
-17
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

164 files changed

+8230
-17
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,3 +132,9 @@ libbitcoinconsensus.pc
132132
.idea
133133
CMakeLists.txt
134134
cmake-build-debug
135+
136+
moc_*
137+
*.tmp
138+
ui_*
139+
build*
140+
pivxd.*

contrib/pivx-qt.pro

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -658,3 +658,6 @@ TRANSLATIONS += src/qt/locale/pivx_bg.ts \
658658
src/qt/locale/pivx_vi.ts \
659659
src/qt/locale/pivx_zh_CN.ts \
660660
src/qt/locale/pivx_zh_TW.ts
661+
662+
DISTFILES += \
663+
README.md

pivxd-new-gui.config

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
// Add predefined macros for your project here. For example:
2+
// #define THE_ANSWER 42

pivxd-new-gui.creator

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[General]

0 commit comments

Comments
 (0)