⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 src.pro

📁 用qt4 编写的局域网聊天工具
💻 PRO
字号:
HEADERS += chatwgt.h \           channelwgt.h \           message.h \           msghistory.h \           userinfo.h \           addchanneldialog.h \           userslist.h \           chattextwgt.h \           edituserinfodlg.h \           pixlabel.h \           userslistwgt.h \           userwgt.h \           inputtextwgt.h \           largedatagram.h \           receiverthread.h \           senderthread.h \           largedatagramout.h \           logwgt.h \           singlemessagewgt.h \           filetransferwgt.h \           preferencesdlg.h \           colorlabel.h \           globals.h \           chatcore.h \           smileswgt.h \           picturescrollarea.h \           statuseditwgt.h \           nlamarok.h \           userprofile.h \           smilelabel.h \           qchat.h \           userstatistics.h \           usersstatisticswgt.h \           usersstatisticsmodel.h \           qchattrayicon.h \ messagewithcheckbox.h \ singlemsgshistory.h \ singlemsgshistoryview.h \ aboutqchat.h \ pluginsinterfaces.h \ qchatsocket.h \ tcpreceiverthread.h \ login2serverdlg.h \ textformattingwgt.h \ inputrichtextwgt.h \ colorchooser.h \ qchateventfilter.h \ formattingtoolbar.h \ qchaticon.h \ userlisticonformat.h \ qchatmainwindow.h \ userlisticonconfigurewgt.h \ iplisteditor.h \ shortcutgrabber.h \ shortcutbutton.h \ shortcutseditor.h \ singlemsgshistorymodel.h \ treeitem.h \ messagetreeitem.h \ treemodel.h \ singlemessage.h \ qchatsettings.h \ pluginmanager.h \ plugin.h \ animatedsmile.h \ textbrowser.h \ messagefilter.h \ filtrationrule.h \ filtrationruleeditor.h \ messagefiltereditor.h \ abstractprotocol.h \ protocolversion3.h \ protocolversion4.h \ option.h \ abstractchatcore.hSOURCES += main.cpp \           chatwgt.cpp \           channelwgt.cpp  \           message.cpp \           msghistory.cpp \           userinfo.cpp \           addchanneldialog.cpp \           userslist.cpp \           chattextwgt.cpp \           edituserinfodlg.cpp \           pixlabel.cpp \           userslistwgt.cpp \           userwgt.cpp \           inputtextwgt.cpp \           chatcore_settings.cpp \           largedatagram.cpp \           receiverthread.cpp \           senderthread.cpp \           largedatagramout.cpp \           logwgt.cpp \           singlemessagewgt.cpp \           filetransferwgt.cpp \           preferencesdlg.cpp \           colorlabel.cpp \           globals.cpp \           chatcore.cpp \           smileswgt.cpp \           picturescrollarea.cpp \           statuseditwgt.cpp \           nlamarok.cpp \           userprofile.cpp \           smilelabel.cpp \           qchat.cpp \           userstatistics.cpp \           usersstatisticswgt.cpp \           usersstatisticsmodel.cpp \           qchattrayicon.cpp \ messagewithcheckbox.cpp \ singlemsgshistory.cpp \ singlemsgshistoryview.cpp \ aboutqchat.cpp \ qchatsocket.cpp \ tcpreceiverthread.cpp \ login2serverdlg.cpp \ textformattingwgt.cpp \ inputrichtextwgt.cpp \ colorchooser.cpp \ qchateventfilter.cpp \ formattingtoolbar.cpp \ qchaticon.cpp \ userlisticonformat.cpp \ qchatmainwindow.cpp \ userlisticonconfigurewgt.cpp \ iplisteditor.cpp \ shortcutgrabber.cpp \ shortcutbutton.cpp \ shortcutseditor.cpp \ singlemsgshistorymodel.cpp \ treeitem.cpp \ messagetreeitem.cpp \ treemodel.cpp \ singlemessage.cpp \ qchatsettings.cpp \ pluginmanager.cpp \ plugin.cpp \ animatedsmile.cpp \ textbrowser.cpp \ messagefilter.cpp \ filtrationrule.cpp \ filtrationruleeditor.cpp \ messagefiltereditor.cpp \ abstractprotocol.cpp \ protocolversion3.cpp \ protocolversion4.cpp \ option.cpp \ abstractchatcore.cppTRANSLATIONS = translations/qchat_uk.ts \               translations/qchat_ru.ts \               translations/qchat_pl.ts \               translations/qchat_es.ts \               translations/qchat_de.ts \               translations/qchat_sr.ts; RESOURCES = images.qrcCONFIG += release \warn_onQT += network xml \ svgTEMPLATE = appTARGET = bin/qchatunix {    bin.path = /usr/bin/    bin.files = bin/*    icons.path = /usr/share/qchat/icons/    icons.files = icons/*    statusicons.path = /usr/share/qchat/icons/status    statusicons.files = icons/status/*    emoticons.path = /usr/share/qchat/emoticons/    emoticons.files = emoticons/*    translations.path = /usr/share/qchat/translations    translations.files = translations/*.qm    stylesheets.path = /usr/share/qchat/stylesheets    stylesheets.files = stylesheets/*    INSTALLS += bin translations stylesheets emoticons icons statusicons    system(mkdir bin/ 2>/dev/null)    system(touch bin/qchat)    system(chmod 755 bin/qchat)}CONFIG -= debug

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -