1 Star 0 Fork 2

宁天哲/求图中任意两点间的最短路径-QT

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
widget.ui 3.79 KB
一键复制 编辑 原始数据 按行查看 历史
贰叁伍 提交于 2022-01-07 14:57 . 主要文件
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Widget</class>
<widget class="QWidget" name="Widget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>600</height>
</rect>
</property>
<property name="windowTitle">
<string>Just For Test Made by Eswink</string>
</property>
<property name="styleSheet">
<string notr="true">background-image: url(:/sources/index_background.png);</string>
</property>
<widget class="QFrame" name="frame">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>600</height>
</rect>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<widget class="QPushButton" name="Button_Main_Details">
<property name="geometry">
<rect>
<x>300</x>
<y>340</y>
<width>171</width>
<height>31</height>
</rect>
</property>
<property name="font">
<font>
<family>微软雅黑</family>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="styleSheet">
<string notr="true">QPushButton{
background:transparent;
border:2px groove white;
border-radius:10px;
padding:2px 4px;
border-style: outset;
color:white;
}
QPushButton:hover{
color: red;
}</string>
</property>
<property name="text">
<string>课题内容</string>
</property>
</widget>
<widget class="QLabel" name="label_Main_Title1">
<property name="geometry">
<rect>
<x>190</x>
<y>80</y>
<width>400</width>
<height>100</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border-image: url(:/sources/index_H1.png);
background:transparent;</string>
</property>
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
</widget>
<widget class="QPushButton" name="Button_Main_Enter">
<property name="geometry">
<rect>
<x>300</x>
<y>420</y>
<width>171</width>
<height>31</height>
</rect>
</property>
<property name="font">
<font>
<family>微软雅黑</family>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="styleSheet">
<string notr="true">QPushButton{
background:transparent;
border:2px groove white;
border-radius:10px;
padding:2px 4px;
border-style: outset;
color:white;
}
QPushButton:hover{
color: red;
}</string>
</property>
<property name="text">
<string>进入演示</string>
</property>
</widget>
<widget class="QLabel" name="label_Main_Title2">
<property name="geometry">
<rect>
<x>240</x>
<y>200</y>
<width>300</width>
<height>100</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background:transparent;
border-image: url(:/sources/index_h2.png);</string>
</property>
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
</widget>
</widget>
</widget>
<resources/>
<connections>
<connection>
<sender>Button_Main_Enter</sender>
<signal>clicked()</signal>
<receiver>Widget</receiver>
<slot>hide()</slot>
<hints>
<hint type="sourcelabel">
<x>385</x>
<y>435</y>
</hint>
<hint type="destinationlabel">
<x>399</x>
<y>299</y>
</hint>
</hints>
</connection>
</connections>
</ui>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/ning-tianzhe/qt_Floyd_Dijkstra.git
git@gitee.com:ning-tianzhe/qt_Floyd_Dijkstra.git
ning-tianzhe
qt_Floyd_Dijkstra
求图中任意两点间的最短路径-QT
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385