设置按钮的背景图片,背景透明度 1 QPushButton *push_button = new QPushButton; 2 push_button->setMaximumSize(32, 32); 3 push_button->setMinimumSize(32, 32); 4 QIcon bt ...
分类:
其他好文 时间:
2020-04-06 12:09:49
阅读次数:
500
背景透明度设置:ee是透明度
android:background="#ee6c6c6c"...
分类:
其他好文 时间:
2014-11-22 18:56:32
阅读次数:
178
textview1.setTextColor(Color.argb(255, 0, 255, 0)); //文字透明度控件设为半透明:控件名.getBackground().setAlpha(int); int 在0-255之间package net.android.alpha;import a.....
分类:
移动开发 时间:
2014-07-21 00:10:29
阅读次数:
288