文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>QToolBox

QToolBox

时间:2010-12-15  来源:siriurs28

  下面是对工具条的一些选项进行定制             QToolBar {          background: red;          spacing: 3px; /* spacing between items in the tool bar */      }        QToolBar::handle {          image: url(handle.png);  //可以设置工具条的背景图片      }     定制QToolBox        将使用到 tab  的子控部分               QToolBox::tab {          background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,                                      stop: 0 #E1E1E1, stop: 0.4 #DDDDDD,                                      stop: 0.5 #D8D8D8, stop: 1.0 #D3D3D3);          border-radius: 5px;          color: darkgray;      }        QToolBox::tab:selected { /* italicize selected tabs */          font: italic;          color: white;      }      定制QToolButton        QToolButton { /* all types of tool button */          border: 2px solid #8f8f91;          border-radius: 6px;          background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,                                            stop: 0 #f6f7fa, stop: 1 #dadbde);      }        QToolButton[popupMode="1"] { /* only for MenuButtonPopup */          padding-right: 20px; /* make way for the popup button */      }        QToolButton:pressed {          background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,                                            stop: 0 #dadbde, stop: 1 #f6f7fa);      }        /* the subcontrols below are used only in the MenuButtonPopup mode */      QToolButton::menu-button {          border: 2px solid gray;          border-top-right-radius: 6px;          border-bottom-right-radius: 6px;          /* 16px width + 4px for border = 20px allocated above */          width: 16px;      }        QToolButton::menu-arrow {          image: url(downarrow.png);      }        QToolButton::menu-arrow:open {          top: 1px; left: 1px; /* shift it a bit */      }
相关阅读 更多 +
排行榜 更多 +
辰域智控app

辰域智控app

系统工具 下载
网医联盟app

网医联盟app

运动健身 下载
汇丰汇选App

汇丰汇选App

金融理财 下载