From 84180e4fcdb19715cc438b5be8269328c77ce808 Mon Sep 17 00:00:00 2001 From: Kimmo Varis Date: Sun, 26 Dec 2010 14:01:15 +0200 Subject: [PATCH] GUI: Change Style-warnings icon. I want to use the current Style-warning icon for Information messages. So change the Style-warning icon first to new icon. --- gui/gui.qrc | 1 + gui/images/applications-development.png | Bin 0 -> 1324 bytes gui/main.ui | 4 ++-- gui/resultstree.cpp | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 gui/images/applications-development.png diff --git a/gui/gui.qrc b/gui/gui.qrc index fa8a2215b..bf3519a22 100644 --- a/gui/gui.qrc +++ b/gui/gui.qrc @@ -23,5 +23,6 @@ images/go-home.png images/go-next.png images/go-previous.png + images/applications-development.png diff --git a/gui/images/applications-development.png b/gui/images/applications-development.png new file mode 100644 index 0000000000000000000000000000000000000000..8ef08e2e5ec724197e256e25cc49f025517663ad GIT binary patch literal 1324 zcmV+{1=IS8P) zK~y-)m6cnFoz)e`e`|l=xy_lGGntv>jN@dy5lyu;7(|oSTa6E5EP&Nwfa4ru`GzT>6JD&JQow<}mB+KjXsw`TV0BXRkfqM6u+|A;i6d z_FqTSePr!@B&)A7b>S~JnYdW5%~3rQhJ1_V9C2J2Ia(aPaCY;L9$;+xdO~sl5kUl0 zEgE_>jvu8wu?w5@`1hMPVdC80op<*3tjjox3k%*Rvp@LhU#L_s0|H11$e|hmf@09n zL+v7^a>n*s-lZ~i!>x-?M?X6w@Zw+1)v9v&_FEP}JGk^yf@^@3399&D@y-&wMMJ=t z2-Pl8E@JYW8^xHy^R+qR{{uEr{%;rT{DV@w;zlJ?t-pL?5G`Qq=pP5}d>CK9||A^0N36bQZpIJ|3u zfGDVXP>XX-G`PWm9#v2K#LJA&>;RE%0C8=OAqb)&q2Ku!K?!aZB``j74?e5oeG7Fh zfb0N-8MM>ufA_5X2V(6_Npu4*8 z9Um#6WSPTRK{cQn5Q)%`;k|Rfm;s6*_+Gd9HWQogB?LE+RS%mraJG%Jt<$oNvmG?7 zNiX;mFbq|Gf(A%4mo!@p8DJz|*-=kg#~B*Ej16bqg_y$HlZD>8O-kf{Zmlr7@n+)u z6y65v4Zc{a6Jj7b_}>1#mGRjJt?Q95R2i!5#M_m%$66CZnr;wz+P2vawG;iK=atq4;F?i&t5%!@%{8$HPX(9h{OX;Pa>v(m^>o+HGPX9 z8W`EQ2PpENcOPQ^Kkei7CZ7Xc8MvE-|^d-YJSf-mp)P)s%(|w z$azF@2@~Z2!TXfpQcfdARt0a`!`1o=+W&kxuS|NgK$WStdd>j$=Q~KS$)Wyh3y`gVC{AB+*;3SX$cCCq{vd*s(0Xd*J$O2FTJdh0l ilEF9|%!gC%0loo4yLo literal 0 HcmV?d00001 diff --git a/gui/main.ui b/gui/main.ui index 675d284e6..f002b1b56 100644 --- a/gui/main.ui +++ b/gui/main.ui @@ -66,7 +66,7 @@ 0 0 640 - 25 + 21 @@ -287,7 +287,7 @@ - :/images/showstylewarnings.png:/images/showstylewarnings.png + :/images/applications-development.png:/images/applications-development.png Style warnings diff --git a/gui/resultstree.cpp b/gui/resultstree.cpp index db3f48611..55db1a813 100644 --- a/gui/resultstree.cpp +++ b/gui/resultstree.cpp @@ -736,7 +736,7 @@ QString ResultsTree::SeverityToIcon(const QString &severity) const if (severity == "error") return ":images/dialog-error.png"; if (severity == "style") - return ":images/dialog-information.png"; + return ":images/applications-development.png"; if (severity == "warning") return ":images/dialog-warning.png"; if (severity == "performance")