Skip to content

Commit

Permalink
change code
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-home committed Apr 3, 2017
0 parents commit 5359ce3
Show file tree
Hide file tree
Showing 174 changed files with 68,057 additions and 0 deletions.
Binary file added POP.db
Binary file not shown.
58 changes: 58 additions & 0 deletions POPV3.pro
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
#-------------------------------------------------
#
# Project created by QtCreator 2015-07-13T13:50:24
#
#-------------------------------------------------
CONFIG += QT
QT += core gui
QT += sql
QT +=printsupport
TARGET += POPV3

include(src/stylewidget/stylewidget.pri)
include(src/widget/contentwidget/contentwidget.pri)
include(src/widget/prosealwidget/prosealwidget.pri)
include(src/widget/purchasewidget/PurchaseWidget.pri)
include(src/widget/stockmanagewidget/stockmanagewidget.pri)
include(src/widget/membermanagewidget/membermanagewidget.pri)
include(src/database/sqlhelp.pri)
include(src/help/help.pri)
include(src/widget/basicdatawidget/basicdatawidget.pri)
include(src/widget/loginwidget/loginwidget.pri)
include(src/serverhelp/serverhelp.pri)
include(src/widget/salesstatisticwidget/salesstatisticwidget.pri)
include(src/widget/systemsetdialog/systemsetdialog.pri)
include(src/tool/tool.pri)

INCLUDEPATH += $$PWD/src/stylewidget
INCLUDEPATH += $$PWD/src/widget/contentwidget
INCLUDEPATH += $$PWD/src/widget/prosealwidget
INCLUDEPATH += $$PWD/src/widget/purchasewidget
INCLUDEPATH += $$PWD/src/widget/stockmanagewidget
INCLUDEPATH += $$PWD/src/widget/membermanagewidget
INCLUDEPATH += $$PWD/src/database
INCLUDEPATH += $$PWD/src/help
INCLUDEPATH += $$PWD/src/widget/basicdatawidget
INCLUDEPATH += $$PWD/src/widget/loginwidget
INCLUDEPATH += $$PWD/src/widget/salesstatisticwidget
INCLUDEPATH += $$PWD/src/serverhelp
INCLUDEPATH += $$PWD/src/widget/systemsetdialog
INCLUDEPATH += $$PWD/src/tool

HEADERS += \
src/start/mainwindow.h

SOURCES += \
src/start/main.cpp \
src/start/mainwindow.cpp

MOC_DIR = temp/moc
RCC_DIR = temp/rccr
OBJECTS_DIR = temp/obj
DESTDIR = bin

win32:RC_FILE = main.rc
RESOURCES += \
image.qrc


Binary file added file/POP.db
Binary file not shown.
61 changes: 61 additions & 0 deletions image.qrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
<RCC>
<qresource prefix="/">
<file>image/mouse/64p.png</file>
<file>image/mouse/64p_gray.png</file>
<file>image/skin/1.jpg</file>
<file>image/skin/2.jpg</file>
<file>image/skin/3.jpg</file>
<file>image/skin/4.jpg</file>
<file>image/sysButtom/close.png</file>
<file>image/sysButtom/close_hover.png</file>
<file>image/sysButtom/close_pressed.png</file>
<file>image/sysButtom/min.png</file>
<file>image/sysButtom/min_hover.png</file>
<file>image/sysButtom/min_pressed.png</file>
<file>image/tool/1.png</file>
<file>image/tool/2.png</file>
<file>image/tool/3.png</file>
<file>image/tool/4.png</file>
<file>image/tool/5.png</file>
<file>image/tool/6.png</file>
<file>image/tool/7.png</file>
<file>image/tool/8.png</file>
<file>image/tool/9.png</file>
<file>image/tool/10.png</file>
<file>image/AboutLogo.png</file>
<file>image/netstateok.png</file>
<file>image/SkinButtom.png</file>
<file>image/sys_button_close.png</file>
<file>image/sys_button_max.png</file>
<file>image/sys_button_min.png</file>
<file>image/sys_button_restore.png</file>
<file>image/title.png</file>
<file>image/title_bar_menu.png</file>
<file>image/fontawesome-webfont.ttf</file>
<file>image/message/error.png</file>
<file>image/message/info.png</file>
<file>image/message/question.png</file>
<file>image/basic/find.png</file>
<file>image/qss/style.qss</file>
<file>image/checkbox_checked.png</file>
<file>image/checkbox_unchecked.png</file>
<file>image/add-line_horizontal.png</file>
<file>image/add-line_vertical.png</file>
<file>image/array_down.png</file>
<file>image/radio_normal.png</file>
<file>image/radio_selected.png</file>
<file>image/sub-line_horizontal.png</file>
<file>image/sub-line_vertical.png</file>
<file>image/login/tooltip.png</file>
<file>image/login/login_head_bkg_highlight.png</file>
<file>image/login/login_head_bkg_normal.png</file>
<file>image/login/button_login_down.png</file>
<file>image/login/button_login_hover.png</file>
<file>image/login/button_login_normal.png</file>
<file>image/logo.png</file>
<file>image/login/0.png</file>
<file>image/login/1.png</file>
<file>image/login/2.png</file>
<file>image/login/3.gif</file>
</qresource>
</RCC>
Binary file added image/AboutLogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image/Font Awesome Cheatsheet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image/SkinButtom.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image/add-line_horizontal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image/add-line_vertical.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image/array_down.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image/basic/find.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image/btncheckoff.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image/btncheckon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image/checkbox_checked.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image/checkbox_unchecked.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image/fontawesome-webfont.ttf
Binary file not shown.
Binary file added image/login/0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image/login/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image/login/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image/login/3.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image/login/button_login_down.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image/login/button_login_hover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image/login/button_login_normal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image/login/login_head_bkg_highlight.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image/login/login_head_bkg_normal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image/login/tooltip.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image/login/tooltip.psd
Binary file not shown.
Binary file added image/loginDialog/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image/loginDialog/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image/loginDialog/3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image/loginDialog/4.png
Binary file added image/loginDialog/5.png
Binary file added image/loginDialog/6.png
Binary file added image/loginDialog/7.png
Binary file added image/loginDialog/8.png
Binary file added image/loginDialog/attention.png
Binary file added image/logo.png
Binary file added image/logo.psd
Diff not rendered.
Binary file added image/menu/about.png
Binary file added image/menu/help.png
Binary file added image/menu/home.png
Binary file added image/menu/open.png
Binary file added image/menu/quit.png
Binary file added image/menu/setting.png
Binary file added image/menu/update.png
Binary file added image/message/error.png
Binary file added image/message/info.png
Binary file added image/message/question.png
Binary file added image/mouse/64p.png
Binary file added image/mouse/64p_gray.png
Binary file added image/netstateok.png
Loading

0 comments on commit 5359ce3

Please sign in to comment.