直接下载一个美图秀秀软件就能把图片包裹在另一张图片上
background是另一个3个字母属性,这个可以在一个声明中设置中所有的背景属性,可系统设置的属性追加:
background-color
background-position
background-size
background-repeat
background-origin
background-clip
background-attachment
background-image
设置里背景:
方法1,用来qss,qtextedit*texteditnewqtextedittextedit-gtsetstylesheet(tr(#34qtextedit{background-image:url(....)}#34)
)方法2,借用qpalette,qpalettepalettetextedit-gtpalette()(qpalette::background,qcolor(....))
//设置颜色(qpalette::background,qbrush(....))
//可以设置图片textedit-gtsetpalette(palette)系统设置透明:
方法1,setattribute(qt::wa_translucentbackground,true)
方法2,利用qpalette(qpalette::background,qcolor(0x00,0xff,0x00,0x00))