diff --git a/IHM_Retouche_Photo/main.cpp b/IHM_Retouche_Photo/main.cpp index d8abcab93de6949e6a5eefb1a7e2298366cebe5f..87eb20ac738ce89f5396ed1b00d78450032ca502 100644 --- a/IHM_Retouche_Photo/main.cpp +++ b/IHM_Retouche_Photo/main.cpp @@ -14,7 +14,7 @@ QString getStyleSheet(const QString & path) { int main(int argc, char *argv[]) { QApplication application(argc, argv); - application.setStyleSheet(getStyleSheet(":/stylesheet/ressource/stylesheet/QTDark.css")); + application.setStyleSheet(getStyleSheet(":/stylesheet/ressource/stylesheet/QTWhite.css")); MainWindow window; window.show(); diff --git a/IHM_Retouche_Photo/mainwindow.ui b/IHM_Retouche_Photo/mainwindow.ui index 27a5e4435a5db280c21dbd718f12b9becc48a3fe..45795a0f65d99b9f3f1ea062b41b2e6bce6cc033 100644 --- a/IHM_Retouche_Photo/mainwindow.ui +++ b/IHM_Retouche_Photo/mainwindow.ui @@ -702,13 +702,6 @@ <addaction name="_menuTurn"/> <addaction name="_menuRotate"/> </widget> - <widget class="QMenu" name="_menuHelp"> - <property name="title"> - <string>Aide</string> - </property> - <addaction name="_action_credit"/> - <addaction name="_action_propos"/> - </widget> <widget class="QMenu" name="_menuAffichage"> <property name="title"> <string>Affichage</string> @@ -727,7 +720,6 @@ <addaction name="_menuSelection"/> <addaction name="_menuAffichage"/> <addaction name="_menuImage"/> - <addaction name="_menuHelp"/> </widget> <widget class="QStatusBar" name="_statusbar"/> <widget class="QToolBar" name="toolBarLeft"> diff --git a/IHM_Retouche_Photo/ressource.qrc b/IHM_Retouche_Photo/ressource.qrc index 6a5912e88a8fcdee6d56847c6e3a94747bfb2713..963f8f0f382c0ffa46d5e45b29d90a45b8ad19d8 100644 --- a/IHM_Retouche_Photo/ressource.qrc +++ b/IHM_Retouche_Photo/ressource.qrc @@ -419,7 +419,9 @@ <file>ressource/image/oxygen/icons/16x16/draw-unselect.png</file> <file>ressource/image/oxygen/icons/16x16/draw-quad.png</file> </qresource> - <qresource prefix="/stylesheet"/> + <qresource prefix="/stylesheet"> + <file>ressource/stylesheet/QTWhite.css</file> + </qresource> <qresource prefix="/oxygen/64x64"> <file>ressource/image/oxygen/icons/64x64/application-exit.png</file> <file>ressource/image/oxygen/icons/64x64/calligraflow.png</file>