1 Star 0 Fork 35

RigoLigo/LinkScope

forked from 兰博文/LinkScope 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
listwindow.ui 3.31 KB
一键复制 编辑 原始数据 按行查看 历史
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>ListWindow</class>
<widget class="QDialog" name="ListWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>404</width>
<height>680</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QTreeView" name="tree">
<property name="editTriggers">
<set>QAbstractItemView::NoEditTriggers</set>
</property>
<property name="headerHidden">
<bool>true</bool>
</property>
<attribute name="headerVisible">
<bool>false</bool>
</attribute>
</widget>
</item>
<item>
<layout class="QGridLayout" name="gridLayout" columnstretch="0,0,0">
<item row="0" column="2">
<widget class="QCheckBox" name="cb_use_path">
<property name="toolTip">
<string>勾选后将在添加到列表时指定文件名,用于区分不同文件中的同名变量</string>
</property>
<property name="text">
<string>附带文件名</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QPushButton" name="btn_add2list">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>将选中的变量直接添加到主窗口的查看列表</string>
</property>
<property name="text">
<string>直接添加到列表</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QPushButton" name="btn_add2edit">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>将选中的变量添加到主窗口查看列表底部的编辑框</string>
</property>
<property name="text">
<string>添加到编辑框</string>
</property>
</widget>
</item>
<item row="1" column="2">
<widget class="QCheckBox" name="cb_full_path">
<property name="enabled">
<bool>false</bool>
</property>
<property name="toolTip">
<string>附带文件名时使用文件绝对路径</string>
</property>
<property name="text">
<string>使用全路径</string>
</property>
</widget>
</item>
<item row="0" column="0" rowspan="2">
<widget class="QPushButton" name="btn_refresh">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>重新加载符号文件</string>
</property>
<property name="text">
<string>
</string>
</property>
<property name="flat">
<bool>false</bool>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/rigoligo/link-scope.git
git@gitee.com:rigoligo/link-scope.git
rigoligo
link-scope
LinkScope
master

搜索帮助