1 Star 1 Fork 3

sunshine/Qt_TrainTicketingSystem

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
substationinfowindow.ui 2.02 KB
一键复制 编辑 原始数据 按行查看 历史
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>SubStationInfoWindow</class>
<widget class="QWidget" name="SubStationInfoWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>993</width>
<height>611</height>
</rect>
</property>
<property name="windowTitle">
<string>经停站信息</string>
</property>
<property name="windowIcon">
<iconset resource="pictures.qrc">
<normaloff>:/pic/images/icon/logo.png</normaloff>:/pic/images/icon/logo.png</iconset>
</property>
<widget class="QTableWidget" name="trainNumInfoTable">
<property name="geometry">
<rect>
<x>2</x>
<y>0</y>
<width>991</width>
<height>611</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>990</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>991</width>
<height>16777215</height>
</size>
</property>
<property name="editTriggers">
<set>QAbstractItemView::NoEditTriggers</set>
</property>
<attribute name="horizontalHeaderVisible">
<bool>true</bool>
</attribute>
<attribute name="horizontalHeaderCascadingSectionResizes">
<bool>true</bool>
</attribute>
<attribute name="horizontalHeaderDefaultSectionSize">
<number>197</number>
</attribute>
<attribute name="verticalHeaderVisible">
<bool>false</bool>
</attribute>
<column>
<property name="text">
<string>车次号</string>
</property>
</column>
<column>
<property name="text">
<string>起始站</string>
</property>
</column>
<column>
<property name="text">
<string>终点站</string>
</property>
</column>
<column>
<property name="text">
<string>出发时间</string>
</property>
</column>
<column>
<property name="text">
<string>到达时间</string>
</property>
</column>
</widget>
</widget>
<resources>
<include location="pictures.qrc"/>
</resources>
<connections/>
</ui>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/sunxuchao/qt_-train-ticketing-system-q.git
git@gitee.com:sunxuchao/qt_-train-ticketing-system-q.git
sunxuchao
qt_-train-ticketing-system-q
Qt_TrainTicketingSystem
master

搜索帮助