9 Star 40 Fork 8

sinriv / meshlang

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
menu.ui 1.76 KB
一键复制 编辑 原始数据 按行查看 历史
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>menu</class>
<widget class="QDialog" name="menu">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>87</width>
<height>164</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<widget class="QCommandLinkButton" name="importButton">
<property name="geometry">
<rect>
<x>0</x>
<y>10</y>
<width>61</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>导入</string>
</property>
</widget>
<widget class="QCommandLinkButton" name="saveButton">
<property name="geometry">
<rect>
<x>0</x>
<y>40</y>
<width>61</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>保存</string>
</property>
</widget>
<widget class="QCommandLinkButton" name="noteButton">
<property name="geometry">
<rect>
<x>0</x>
<y>70</y>
<width>61</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>注释</string>
</property>
</widget>
<widget class="QCommandLinkButton" name="compileButton">
<property name="geometry">
<rect>
<x>0</x>
<y>100</y>
<width>61</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>编译</string>
</property>
</widget>
<widget class="QCommandLinkButton" name="createModule">
<property name="geometry">
<rect>
<x>0</x>
<y>130</y>
<width>91</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>创建模块</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>
C++
1
https://gitee.com/sinriv/meshlang.git
git@gitee.com:sinriv/meshlang.git
sinriv
meshlang
meshlang
master

搜索帮助