should fix "low-res icon issue #28"
This commit is contained in:
parent
e805cff4ea
commit
d12877dc8c
7 changed files with 8 additions and 8 deletions
|
@ -45,7 +45,7 @@ CAnalyzerConsole::CAnalyzerConsole ( CClient* pNCliP,
|
|||
LineMaxUpLimitColor ( Qt::red )
|
||||
{
|
||||
// set the window icon and title text
|
||||
const QIcon icon = QIcon ( QString::fromUtf8 ( ":/png/main/res/mainicon.png" ) );
|
||||
const QIcon icon = QIcon ( QString::fromUtf8 ( ":/png/main/res/fronticon.png" ) );
|
||||
setWindowIcon ( icon );
|
||||
setWindowTitle ( tr ( "Analyzer Console" ) );
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
<string>Chat</string>
|
||||
</property>
|
||||
<property name="windowIcon" >
|
||||
<iconset resource="resources.qrc" >:/png/main/res/mainicon.png</iconset>
|
||||
<iconset resource="resources.qrc" >:/png/main/res/fronticon.png</iconset>
|
||||
</property>
|
||||
<property name="sizeGripEnabled" >
|
||||
<bool>true</bool>
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
</property>
|
||||
<property name="windowIcon">
|
||||
<iconset resource="resources.qrc">
|
||||
<normaloff>:/png/main/res/mainicon.png</normaloff>:/png/main/res/mainicon.png</iconset>
|
||||
<normaloff>:/png/main/res/fronticon.png</normaloff>:/png/main/res/fronticon.png</iconset>
|
||||
</property>
|
||||
<property name="styleSheet">
|
||||
<string/>
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
</property>
|
||||
<property name="windowIcon">
|
||||
<iconset resource="resources.qrc">
|
||||
<normaloff>:/png/main/res/mainicon.png</normaloff>:/png/main/res/mainicon.png</iconset>
|
||||
<normaloff>:/png/main/res/fronticon.png</normaloff>:/png/main/res/fronticon.png</iconset>
|
||||
</property>
|
||||
<property name="sizeGripEnabled">
|
||||
<bool>true</bool>
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
</property>
|
||||
<property name="windowIcon">
|
||||
<iconset resource="resources.qrc">
|
||||
<normaloff>:/png/main/res/mainicon.png</normaloff>:/png/main/res/mainicon.png</iconset>
|
||||
<normaloff>:/png/main/res/fronticon.png</normaloff>:/png/main/res/fronticon.png</iconset>
|
||||
</property>
|
||||
<property name="styleSheet">
|
||||
<string/>
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
<string></string>
|
||||
</property>
|
||||
<property name="windowIcon" >
|
||||
<iconset resource="resources.qrc" >:/png/main/res/mainicon.png</iconset>
|
||||
<iconset resource="resources.qrc" >:/png/main/res/fronticon.png</iconset>
|
||||
</property>
|
||||
<property name="sizeGripEnabled" >
|
||||
<bool>true</bool>
|
||||
|
|
|
@ -454,7 +454,7 @@ CLicenceDlg::CLicenceDlg ( QWidget* parent ) : QDialog ( parent )
|
|||
- Accept button (disabled if check box not checked)
|
||||
- Decline button
|
||||
*/
|
||||
setWindowIcon ( QIcon ( QString::fromUtf8 ( ":/png/main/res/mainicon.png" ) ) );
|
||||
setWindowIcon ( QIcon ( QString::fromUtf8 ( ":/png/main/res/fronticon.png" ) ) );
|
||||
resize ( 700, 450 );
|
||||
|
||||
QVBoxLayout* pLayout = new QVBoxLayout ( this );
|
||||
|
@ -538,7 +538,7 @@ CMusProfDlg::CMusProfDlg ( CClient* pNCliP,
|
|||
- OK button
|
||||
*/
|
||||
setWindowTitle ( "Musician Profile" );
|
||||
setWindowIcon ( QIcon ( QString::fromUtf8 ( ":/png/main/res/mainicon.png" ) ) );
|
||||
setWindowIcon ( QIcon ( QString::fromUtf8 ( ":/png/main/res/fronticon.png" ) ) );
|
||||
|
||||
QVBoxLayout* pLayout = new QVBoxLayout ( this );
|
||||
QHBoxLayout* pButSubLayout = new QHBoxLayout;
|
||||
|
|
Loading…
Reference in a new issue