可按Ctrl+D收藏 蚂蚁资源网

蚂蚁资源网

qt 源码(qt怎么查看源码)

  • 全部评论(3)
  • 阿里
  • <?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-18 16:00:01
  • visitor
  • 已经解决,你需要做的:一:同一个qtcreator中,打开源码的qt.pro二:使用ctrl+鼠标左键跳转到cpp三:搞定!!
  • 2021-02-11 15:24:15
  • dsadasd
  • 求Qt做的小应用的源码···有登录的那种···,http://download.csdn.net/detail/yanhubin/8100979这里可以下载源码。登陆是曾经QQ网页端,webqq的通讯协议,采用http协议,你可以参考,界面仿QQ
  • 2021-02-11 15:24:15
  • 商品推荐