-
Notifications
You must be signed in to change notification settings - Fork 328
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
189 additions
and
174 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
#------------------------------------------------- | ||
# | ||
# Project created by QtCreator 2017-09-21T14:04:12 | ||
# | ||
#------------------------------------------------- | ||
|
||
QT += core gui | ||
# SARibbon 1.x 版本后引入frameless库,必须要cpp17及以上 | ||
CONFIG += c++17 | ||
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets | ||
|
||
TARGET = MdiAreaWindowExample | ||
TEMPLATE = app | ||
|
||
SOURCES += main.cpp\ | ||
mdimainwindow.cpp | ||
|
||
HEADERS += \ | ||
mdimainwindow.h | ||
|
||
FORMS += \ | ||
MainWindow.ui | ||
|
||
RESOURCES += \ | ||
icon.qrc | ||
# 下面演示了如何把SARibbon引入 | ||
# 只需要下面2句话,只要把common.pri引入工程,就可以实现SARibbon的引入 | ||
include($$PWD/../../common.pri) | ||
include($${SARIBBONBAR_PRI_FILE_PATH}) | ||
|
||
DESTDIR = $${SARIBBON_BIN_DIR}/bin | ||
|
||
msvc { | ||
QMAKE_CFLAGS += /utf-8 | ||
QMAKE_CXXFLAGS += /utf-8 | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.