Skip to content

Commit

Permalink
言語とテーマの設定UI改良、日本語化更新
Browse files Browse the repository at this point in the history
  • Loading branch information
soramimi committed Aug 13, 2018
1 parent 625800a commit 02ee913
Show file tree
Hide file tree
Showing 17 changed files with 476 additions and 333 deletions.
9 changes: 6 additions & 3 deletions Guitar.pro
Expand Up @@ -196,7 +196,8 @@ SOURCES += \
darktheme/src/NinePatch.cpp \
darktheme/src/StandardStyle.cpp \
darktheme/src/TraditionalWindowsStyleTreeControl.cpp \
src/EditGitIgnoreDialog.cpp
src/EditGitIgnoreDialog.cpp \
src/SelectItemDialog.cpp

HEADERS += \
src/MainWindow.h \
Expand Down Expand Up @@ -303,7 +304,8 @@ HEADERS += \
darktheme/src/NinePatch.h \
darktheme/src/StandardStyle.h \
darktheme/src/TraditionalWindowsStyleTreeControl.h \
src/EditGitIgnoreDialog.h
src/EditGitIgnoreDialog.h \
src/SelectItemDialog.h

FORMS += \
src/MainWindow.ui \
Expand Down Expand Up @@ -350,7 +352,8 @@ FORMS += \
src/SettingProgramsForm.ui \
src/InputNewTagDialog.ui \
src/EditTagsDialog.ui \
src/EditGitIgnoreDialog.ui
src/EditGitIgnoreDialog.ui \
src/SelectItemDialog.ui

RESOURCES += \
resources.qrc
Expand Down
Binary file modified Guitar_ja.qm
Binary file not shown.

0 comments on commit 02ee913

Please sign in to comment.