Skip to content
Snippets Groups Projects
Commit 4fd05874 authored by BATON Theau's avatar BATON Theau
Browse files

Ajout du thème blanc

parent 6f489cb1
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ QString getStyleSheet(const QString & path) { ...@@ -14,7 +14,7 @@ QString getStyleSheet(const QString & path) {
int main(int argc, char *argv[]) { int main(int argc, char *argv[]) {
QApplication application(argc, argv); QApplication application(argc, argv);
application.setStyleSheet(getStyleSheet(":/stylesheet/ressource/stylesheet/QTDark.css")); application.setStyleSheet(getStyleSheet(":/stylesheet/ressource/stylesheet/QTWhite.css"));
MainWindow window; MainWindow window;
window.show(); window.show();
......
...@@ -702,13 +702,6 @@ ...@@ -702,13 +702,6 @@
<addaction name="_menuTurn"/> <addaction name="_menuTurn"/>
<addaction name="_menuRotate"/> <addaction name="_menuRotate"/>
</widget> </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"> <widget class="QMenu" name="_menuAffichage">
<property name="title"> <property name="title">
<string>Affichage</string> <string>Affichage</string>
...@@ -727,7 +720,6 @@ ...@@ -727,7 +720,6 @@
<addaction name="_menuSelection"/> <addaction name="_menuSelection"/>
<addaction name="_menuAffichage"/> <addaction name="_menuAffichage"/>
<addaction name="_menuImage"/> <addaction name="_menuImage"/>
<addaction name="_menuHelp"/>
</widget> </widget>
<widget class="QStatusBar" name="_statusbar"/> <widget class="QStatusBar" name="_statusbar"/>
<widget class="QToolBar" name="toolBarLeft"> <widget class="QToolBar" name="toolBarLeft">
......
...@@ -419,7 +419,9 @@ ...@@ -419,7 +419,9 @@
<file>ressource/image/oxygen/icons/16x16/draw-unselect.png</file> <file>ressource/image/oxygen/icons/16x16/draw-unselect.png</file>
<file>ressource/image/oxygen/icons/16x16/draw-quad.png</file> <file>ressource/image/oxygen/icons/16x16/draw-quad.png</file>
</qresource> </qresource>
<qresource prefix="/stylesheet"/> <qresource prefix="/stylesheet">
<file>ressource/stylesheet/QTWhite.css</file>
</qresource>
<qresource prefix="/oxygen/64x64"> <qresource prefix="/oxygen/64x64">
<file>ressource/image/oxygen/icons/64x64/application-exit.png</file> <file>ressource/image/oxygen/icons/64x64/application-exit.png</file>
<file>ressource/image/oxygen/icons/64x64/calligraflow.png</file> <file>ressource/image/oxygen/icons/64x64/calligraflow.png</file>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment