You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

main.cpp 433 B

9 years ago
123456789101112131415161718192021
  1. #include "mainwindow.h"
  2. #include <QApplication>
  3. #include <QWindow>
  4. //待测:
  5. //*无当前交谈用户,且有未读消息时,未读消息能否正确置顶?
  6. //应用图标
  7. int main(int argc, char *argv[])
  8. {
  9. QApplication a(argc, argv);
  10. a.setWindowIcon(QIcon(":/default/res/icon.png"));
  11. MainWindow w;
  12. w.show();
  13. return a.exec();
  14. }
  15. //表情->html
  16. //查通讯录功能
  17. //查ip占用功能
  18. //美化用户列表

mac下的“飞秋”大多数只是飞鸽传书协议,而且未发现令人满意的开源项目,所以基于c++与qt实现了基础的飞秋协议。

Contributors (1)