c++ - qt中使用图片不能铺满窗口
高洛峰
高洛峰 2017-04-17 13:49:06
0
3
832

我尝试在窗口中添加图片并且铺满窗口,

但是在实际运行过程中显示成了这样

尝试改变目标矩形的大小也没有作用

高洛峰
高洛峰

拥有18年软件开发和IT教学经验。曾任多家上市公司技术总监、架构师、项目经理、高级软件工程师等职务。 网络人气名人讲师,...

全部回覆(3)
小葫芦

你應該對QPixmap做下縮放吧,該函數有方法scaledToWidth和scaledToHeight

QPixmap QPixmap::scaledToWidth(int width, Qt::TransformationMode mode = Qt::FastTransformation) const

Returns a scaled copy of the image. The returned image is scaled to the given width using the specified transformation mode. The height of the pixmap is automatically calculated so that the aspect ratio of the pixmap is preserved.

If width is 0 or negative, a null pixmap is returned.

縮放圖片後再進行繪製

左手右手慢动作

你這裡的QPainter painter(this)中的this是你wuziqi這個視窗嗎?

Ty80

你的那個qipan的控制就沒有鋪滿視窗…

熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板
關於我們 免責聲明 Sitemap
PHP中文網:公益線上PHP培訓,幫助PHP學習者快速成長!