7 Star 3 Fork 1

wjzhe / mapEditor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
ArcCombo.qml 647 Bytes
一键复制 编辑 原始数据 按行查看 历史
import QtQuick 2.0
import QtQuick.Controls 1.2
import QtQuick.Controls.Styles 1.2
Rectangle {
id: root;
width: 190;
height: comboBox.height;
color: "transparent";
property alias index: comboBox.currentIndex;
Row {
spacing: 8;
Text {
y: 4;
text: qsTr("Arc Set:");
}
ComboBox {
id: comboBox;
model: [
"NULL",
"XLU",
"XLD",
"XRU",
"XRD",
"YLU",
"YLD",
"YRU",
"YRD"
];
}
}
}
C++
1
https://gitee.com/null_446_4477/mapeditor.git
git@gitee.com:null_446_4477/mapeditor.git
null_446_4477
mapeditor
mapEditor
master

搜索帮助