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 )
|
LineMaxUpLimitColor ( Qt::red )
|
||||||
{
|
{
|
||||||
// set the window icon and title text
|
// 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 );
|
setWindowIcon ( icon );
|
||||||
setWindowTitle ( tr ( "Analyzer Console" ) );
|
setWindowTitle ( tr ( "Analyzer Console" ) );
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
<string>Chat</string>
|
<string>Chat</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="windowIcon" >
|
<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>
|
||||||
<property name="sizeGripEnabled" >
|
<property name="sizeGripEnabled" >
|
||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
</property>
|
</property>
|
||||||
<property name="windowIcon">
|
<property name="windowIcon">
|
||||||
<iconset resource="resources.qrc">
|
<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>
|
||||||
<property name="styleSheet">
|
<property name="styleSheet">
|
||||||
<string/>
|
<string/>
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
</property>
|
</property>
|
||||||
<property name="windowIcon">
|
<property name="windowIcon">
|
||||||
<iconset resource="resources.qrc">
|
<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>
|
||||||
<property name="sizeGripEnabled">
|
<property name="sizeGripEnabled">
|
||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
</property>
|
</property>
|
||||||
<property name="windowIcon">
|
<property name="windowIcon">
|
||||||
<iconset resource="resources.qrc">
|
<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>
|
||||||
<property name="styleSheet">
|
<property name="styleSheet">
|
||||||
<string/>
|
<string/>
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
<string></string>
|
<string></string>
|
||||||
</property>
|
</property>
|
||||||
<property name="windowIcon" >
|
<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>
|
||||||
<property name="sizeGripEnabled" >
|
<property name="sizeGripEnabled" >
|
||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
|
|
|
@ -454,7 +454,7 @@ CLicenceDlg::CLicenceDlg ( QWidget* parent ) : QDialog ( parent )
|
||||||
- Accept button (disabled if check box not checked)
|
- Accept button (disabled if check box not checked)
|
||||||
- Decline button
|
- Decline button
|
||||||
*/
|
*/
|
||||||
setWindowIcon ( QIcon ( QString::fromUtf8 ( ":/png/main/res/mainicon.png" ) ) );
|
setWindowIcon ( QIcon ( QString::fromUtf8 ( ":/png/main/res/fronticon.png" ) ) );
|
||||||
resize ( 700, 450 );
|
resize ( 700, 450 );
|
||||||
|
|
||||||
QVBoxLayout* pLayout = new QVBoxLayout ( this );
|
QVBoxLayout* pLayout = new QVBoxLayout ( this );
|
||||||
|
@ -538,7 +538,7 @@ CMusProfDlg::CMusProfDlg ( CClient* pNCliP,
|
||||||
- OK button
|
- OK button
|
||||||
*/
|
*/
|
||||||
setWindowTitle ( "Musician Profile" );
|
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 );
|
QVBoxLayout* pLayout = new QVBoxLayout ( this );
|
||||||
QHBoxLayout* pButSubLayout = new QHBoxLayout;
|
QHBoxLayout* pButSubLayout = new QHBoxLayout;
|
||||||
|
|
Loading…
Add table
Reference in a new issue