?? fxresource.h
字號(hào):
/*************************************************************************** * Copyright (C) 2008 by DDD * * dedodong@163.com * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 2 of the License, or * * (at your option) any later version. * * * * This program is distributed in the hope that it will be useful, * * but WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU General Public License for more details. * * * * You should have received a copy of the GNU General Public License * * along with this program; if not, write to the * * Free Software Foundation, Inc., * * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * ***************************************************************************/#ifndef IMAGERESOURCE_H#define IMAGERESOURCE_H#include "appconfig.h"typedef enum { MSG_SOUND = 0, ONLINE_SOUND, SYS_SOUND } SOUND_TYPE;QString SoundPath();void playSound(SOUND_TYPE type);void execPlaySound(QString file);QPixmap getOnlineStatusIcon(int online_status);QPixmap getSysTrayIcon(int status);QPixmap getMenuIcon(int menuID);QPixmap getQunIcon();QPixmap getBT_SMSIcon();QPixmap getInputFaceIcon(); //this function is get the inputFace dialog is background pictureQPixmap getFaceIcon(); //this function is get the face toolbutton is pictureQPixmap getSendIcon(); //this function is get the face toolbutton is pictureQPixmap getHistoryIcon(); //this function is get the face toolbutton is pictureQPixmap getChangeSendModIcon(); //this function is get the face toolbutton is pictureQPixmap getFlickIcon(bool flag);//here will using enmu replace#define IMBuddyIcon 1#define SMSBuddyIcon 2#define GetInfoBuddyIcon 3#define ReNameBuddyIcon 4#define DeleteBuddyIcon 5#define BackInBuddyIcon 6#define AddBuddyIcon 7#define SetImpresaIcon 8#define AddGroupIcon 9 #define AboutIcon 10 #define ExitIcon 11#define ApplyIcon 12#define CancelIcon 13#define MoveIcon 14#define RefreshBuddyIcon 15#define RemoveBlackIcon 16#define OptionsIcon 17 #define HistoryIcon 18#define ReNameGroupIcon ReNameBuddyIcon #define DeleteGroupIcon DeleteBuddyIcon QPixmap getLoginImage(); //this function is get the login pictureQPixmap getPortraitImage(); //this function is get the portrait pictureQPixmap getImpresaBKImage(); //this function is get the mood background pictureQPixmap getSearchBKImage(); //this function is get the Search background pictureQPixmap getAddImage(); //this function is get the add pictureQPixmap getLibFetionImage();QPixmap getLogion_InImage();QPixmap getLogin_CancelImage();QPixmap getCloseTabImage(); //this function is get the close tab picture#endif
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -