admin 管理员组

文章数量: 1184232


2024年3月27日发(作者:css布局方法与表格布局方法相比)

color: "blue";

: true;

}

}

ExclusiveGroup {

id: mos;

}

Component {

id: radioStyle;

RadioButtonStyle {

indicator: Rectangle {

implicitWidth: 16;

implicitHeight: 12;

radius: 6;

: d ? "darkblue" : "gray";

: 1;

Rectangle {

: parent;

visible: d;

color: "#0000A0";

radius: 5;

s: 3;

}

}

label: Text {

color: Focus ? "blue" : "black";

text: ;

}

}

}

Text {

id: notation;

text: "Please select the best mobile os:"

: ;

gin: 16;

: ;

rgin: 8;

}

RadioButton {

id: android;

text: "Android";

exclusiveGroup: mos;

: ;

gin: 4;

: ;

rgin: 20;

checked: true;

focus: true;

activeFocusOnPress: true;

style: radioStyle;

onClicked: e = false;

}

RadioButton {

id: ios;

text: "iOS";

exclusiveGroup: mos;

: ;

gin: 4;

: ;

activeFocusOnPress: true;

style: radioStyle;

onClicked: e = false;

}

RadioButton {


本文标签: 方法 布局 表格 相比 作者