标题:看起来qt5.5.1马上就要发布了
作者:goodname
日期:2015-10-15 14:39
内容:
http://lists.qt-project.org/pipermail/releasing/2015-October/002007.html
http://download.qt.io/archive/qt/5.5/5.5.1/
#1 [四月逆流 10-15 15:45]
已经发布了啊
#2 [彩阳 10-15 21:56]
Qt 5.5.1已经发布,
#3 [XChinux 10-15 22:00]
下载帖已加Qt 5.5.1下载链接了。
#4 [suchaoyong 10-16 11:39]
有啥子新功能, 难道还要把所有的程序编译一遍。。。。。太麻烦
#5 [xianqingzh 10-16 14:24]
****************************************************************************
*Controls*
****************************************************************************
- ComboBox:
* Fixed the selected text to follow model changes
- Menu:
* Fixed popups so that they do not cross screen boundaries
* Made MenuBar, Menu properly accessible
* Removed native menus from native menubar on destruction
* Android: fixed hardware menu button to open the options menu
* iOS: added shortcuts to edit menu items
- TableView:
* Fixed extra row with headerVisible:false
* Made sort indicator follow moved columns
- TextArea:
* Fixed EditMenu so that it does not clear the text selection
- TreeView:
* Fixed to track model indexes during selection
****************************************************************************
*Dialogs *
****************************************************************************
- General:
* Changed to emit accepted and re ..