https://www.myziyuan.com/
- hhcw0320
- http://download.csdn.net/detail/yanhubin/8100979这里可以下载源码。登陆是曾经QQ网页端,webqq的通讯协议,采用http协议,你可以参考,界面仿QQ
- 2021-02-22 08:35:05
- 苏棠源码
- <?xml version="1.0" encoding="utf-8"?> <ui version="4.0"> <class>mainwindow</class> <widget class="qmainwindow" name="mainwindow"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>516</width> <height>330</height> </rect> </property> <property name="windowtitle"> <string>mainwindow</string> </property> <widget class="qwidget" name="centralwidget"> <widget class="qpushbutton" name="pushbutton"> <property name="geometry"> <rect> <x>90</x> <y>40</y> <width>111</width> <height>51</height> </rect> </property> <property name="text"> <string>pushbutton</string> </property> </widget> <widget class="qcombobox" name="combobox"> <property name="geometry"> <rect> <x>90</x> <y>120</y> <width>121</width> <height>31</height> </rect> </property> </widget> <widget class="qlineedit" name="lineedit"> <property name="geometry"> <rect> <x>90</x> <y>180</y> <width>101</width> <height>27</height> </rect> </property> </widget> </widget> <widget class="qmenubar" name="menubar"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>516</width> <height>23</height> </rect> </property> </widget> <widget class="qtoolbar" name="maintoolbar"> <attribute name="toolbararea"> <enum>toptoolbararea</enum> </attribute> <attribute name="toolbarbreak"> <bool>false</bool> </attribute> </widget> <widget class="qstatusbar" name="statusbar"/> </widget> <layoutdefault spacing="6" margin="11"/> <resources/> <connections/> </ui>
- 2021-02-11 20:21:46
- 远古
- 有办法可以看到QT具体实现的源码么,有 去下载源码版本
- 2021-02-11 20:21:46