1 Star 0 Fork 46

龙猫 / FundFileReader

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
dialogaboutauthor.ui 1.92 KB
一键复制 编辑 原始数据 按行查看 历史
幻舞奇影 提交于 2018-05-01 13:14 . 添加2048小游戏
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>DialogAboutAuthor</class>
<widget class="QDialog" name="DialogAboutAuthor">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>487</width>
<height>213</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>487</width>
<height>213</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>487</width>
<height>213</height>
</size>
</property>
<property name="windowTitle">
<string>关于作者</string>
</property>
<widget class="QPlainTextEdit" name="plainTextEdit">
<property name="geometry">
<rect>
<x>210</x>
<y>5</y>
<width>271</width>
<height>201</height>
</rect>
</property>
<property name="font">
<font>
<family>Microsoft YaHei</family>
</font>
</property>
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
<property name="plainText">
<string>作者:刘德位(幻舞奇影)
2015年毕业于郑州大学
</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton">
<property name="geometry">
<rect>
<x>5</x>
<y>5</y>
<width>201</width>
<height>201</height>
</rect>
</property>
<property name="autoFillBackground">
<bool>false</bool>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="res.qrc">
<normaloff>:/res/author.jpg</normaloff>:/res/author.jpg</iconset>
</property>
<property name="iconSize">
<size>
<width>201</width>
<height>201</height>
</size>
</property>
</widget>
</widget>
<resources>
<include location="res.qrc"/>
</resources>
<connections/>
</ui>
C++
1
https://gitee.com/teamsir/FundFileReader.git
git@gitee.com:teamsir/FundFileReader.git
teamsir
FundFileReader
FundFileReader
master

搜索帮助