1 Star 0 Fork 0

mdoo / webot

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
jsonurl.ui 1.96 KB
Copy Edit Raw Blame History
996414880 authored 2024-03-17 19:54 . 20240317
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>JsonUrl</class>
<widget class="QDialog" name="JsonUrl">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>702</width>
<height>567</height>
</rect>
</property>
<property name="windowTitle">
<string>JSON匹配测试</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>JSON数据源:</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEdit">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton">
<property name="text">
<string>获取数据</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QTreeWidget" name="treeWidget">
<column>
<property name="text">
<string notr="true">1</string>
</property>
</column>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QLabel" name="label_2">
<property name="text">
<string>JSON表达式:</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEdit_2"/>
</item>
<item>
<widget class="QPushButton" name="pushButton_2">
<property name="text">
<string>确定</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>
1
https://gitee.com/mdoo/webot.git
git@gitee.com:mdoo/webot.git
mdoo
webot
webot
master

Search

53164aa7 5694891 3bd8fe86 5694891