Qt Designer常用部件介紹

2022-03-14 21:38:27 字數 3220 閱讀 5770

layouts:布局

spacers: 空間間隔組

buttons: 按鈕組

item views: 專案檢視組

item widgets: 專案部件組

containers: 容器組

input widget: 輸入部件組

display widget: 顯示部件組

layouts:布局

vertical layout: 垂直布局

horizcal layout:橫向(水平)布局

grid layout :網格布局 

form layout :**布局

spacers: 空間間隔組

horizontal spacer :水平間隔

vertical spacer :垂直間隔

buttons: 按鈕組

push button :普通按鈕

tool button :工具按鈕

radio button :單選框

check box :核取方塊

command link button :命令鏈結按鈕

button box :按鈕盒

item views: 專案檢視組

list view:清單檢視

tree view:樹檢視

table view:表檢視

column view:列檢視

undo view:撤銷檢視

item widgets: 專案部件組

list widget:列表部件

tree widget:樹形部件

table widget:**部件

containers: 容器組

group box :組框

scroll area:滾動區域

tool box:工具箱

tab widget:標籤小部件

stacked widget:堆疊部件

frame:

widget:小部件

mdi area :mdi區域

dock widget :停靠窗體部件

input widget: 輸入部件組

combo box:組合框(下拉框)

font combo box :字型組合框

line edit:行編輯

text edit:文字編輯

plain text edit:純文字編輯

spin box :數字調整框

double spin  box :雙數字調整框

time edit:時間編輯

date edit:日期編輯

date / time edit:日期/時間編輯

dial:撥號

horzontal scroll bar :橫向滾動條

verizontal scroll bar:垂直滾動條

horzontal slider: 橫向滑塊

verizontal slider:垂直滑塊

key sequence edit:按鍵序列編輯

label:標籤

text borwser:文字瀏覽器

graphics view:圖形檢視

calendar:日曆

lcd number:液晶數字

progress bar:進度條

horizontal line:水平線

vertical line:垂直線

opengl widget:opengl 視窗

qquickwidget: quick視窗

JavaScript DOM節點常用方法介紹01

dom節點常用方法介紹01 1.查詢元素節點 1.1getelementbyid 尋找乙個有著給定 id 屬性值的元素,返回值是乙個有著給定id屬性值的元素節點。如果不存在這樣的元素,它返回null.var oelement document.getelementbyid sid 該方法只能用於do...

Qt常用的部件及相關函式

qwidget類 setenabled bool 控制使能 setdisabled bool 輸入使能 width 視窗寬度 height 視窗高度 close 關閉 show 顯示 hide 隱藏 qfont類 qfont font helvetica 12,qfont bold setfont ...

robot framework 常用關鍵字介紹

1 log 列印所有內容 loghello word 2 定義變數 set variable 92log 3 連線物件 catenate hello word log 加上 separator 可以對多個連線的資訊進行分割。catenate sepapator hello word log 4 定義...