2021-02-20 01:26:02 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
2021-09-16 06:48:38 +00:00
|
|
|
<class>frmBase64Helper</class>
|
|
|
|
<widget class="QWidget" name="frmBase64Helper">
|
2021-02-20 01:26:02 +00:00
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2021-07-31 07:02:53 +00:00
|
|
|
<width>800</width>
|
|
|
|
<height>600</height>
|
2021-02-20 01:26:02 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Widget</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
2022-11-01 06:28:21 +00:00
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLineEdit" name="txtFile">
|
2021-07-31 07:02:53 +00:00
|
|
|
<property name="text">
|
2022-11-01 06:28:21 +00:00
|
|
|
<string>E:/myFile/美女图片/2.jpg</string>
|
2021-07-31 07:02:53 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
2021-02-20 01:26:02 +00:00
|
|
|
</item>
|
2022-11-01 06:28:21 +00:00
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QPushButton" name="btnOpen">
|
2021-02-20 01:26:02 +00:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2021-09-16 06:48:38 +00:00
|
|
|
<width>120</width>
|
2021-02-20 01:26:02 +00:00
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2022-11-01 06:28:21 +00:00
|
|
|
<string>打开文件</string>
|
2021-02-20 01:26:02 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="2">
|
|
|
|
<widget class="QPushButton" name="btnImageToBase64">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2021-09-16 06:48:38 +00:00
|
|
|
<width>120</width>
|
2021-02-20 01:26:02 +00:00
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>图片转base64</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2022-11-01 06:28:21 +00:00
|
|
|
<item row="0" column="3">
|
|
|
|
<widget class="QPushButton" name="btnBase64ToImage">
|
2021-02-20 01:26:02 +00:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2021-09-16 06:48:38 +00:00
|
|
|
<width>120</width>
|
2021-02-20 01:26:02 +00:00
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2022-11-01 06:28:21 +00:00
|
|
|
<string>base64转图片</string>
|
2021-02-20 01:26:02 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2022-11-01 06:28:21 +00:00
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLineEdit" name="txtText">
|
|
|
|
<property name="text">
|
|
|
|
<string>游龙 feiyangqingyun QQ: 517216493</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QPushButton" name="btnClear">
|
2021-02-20 01:26:02 +00:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2021-09-16 06:48:38 +00:00
|
|
|
<width>120</width>
|
2021-02-20 01:26:02 +00:00
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2022-11-01 06:28:21 +00:00
|
|
|
<string>清空数据</string>
|
2021-11-26 12:21:49 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2021-02-20 01:26:02 +00:00
|
|
|
<item row="1" column="2">
|
2022-11-01 06:28:21 +00:00
|
|
|
<widget class="QPushButton" name="btnTextToBase64">
|
2021-02-20 01:26:02 +00:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2021-09-16 06:48:38 +00:00
|
|
|
<width>120</width>
|
2021-02-20 01:26:02 +00:00
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2022-11-01 06:28:21 +00:00
|
|
|
<string>文字转base64</string>
|
2021-02-20 01:26:02 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2022-11-01 06:28:21 +00:00
|
|
|
<item row="1" column="3">
|
|
|
|
<widget class="QPushButton" name="btnBase64ToText">
|
2021-02-20 01:26:02 +00:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2021-09-16 06:48:38 +00:00
|
|
|
<width>120</width>
|
2021-02-20 01:26:02 +00:00
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2022-11-01 06:28:21 +00:00
|
|
|
<string>base64转文字</string>
|
2021-02-20 01:26:02 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2021-11-26 12:21:49 +00:00
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QLabel" name="labInfo">
|
2021-02-20 01:26:02 +00:00
|
|
|
<property name="frameShape">
|
|
|
|
<enum>QFrame::Box</enum>
|
|
|
|
</property>
|
|
|
|
<property name="frameShadow">
|
|
|
|
<enum>QFrame::Sunken</enum>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2022-11-01 06:28:21 +00:00
|
|
|
<item row="3" column="0" colspan="4">
|
|
|
|
<widget class="QLabel" name="labImage">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Expanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="frameShape">
|
|
|
|
<enum>QFrame::Box</enum>
|
|
|
|
</property>
|
|
|
|
<property name="frameShadow">
|
|
|
|
<enum>QFrame::Sunken</enum>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="4" column="0" colspan="4">
|
|
|
|
<widget class="QTextEdit" name="txtBase64"/>
|
|
|
|
</item>
|
2021-02-20 01:26:02 +00:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<layoutdefault spacing="6" margin="11"/>
|
2021-11-26 12:21:49 +00:00
|
|
|
<tabstops>
|
|
|
|
<tabstop>txtFile</tabstop>
|
|
|
|
<tabstop>txtText</tabstop>
|
|
|
|
<tabstop>btnOpen</tabstop>
|
|
|
|
<tabstop>btnClear</tabstop>
|
|
|
|
<tabstop>btnImageToBase64</tabstop>
|
|
|
|
<tabstop>btnBase64ToImage</tabstop>
|
|
|
|
<tabstop>btnTextToBase64</tabstop>
|
|
|
|
<tabstop>btnBase64ToText</tabstop>
|
|
|
|
<tabstop>txtBase64</tabstop>
|
|
|
|
</tabstops>
|
2021-02-20 01:26:02 +00:00
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|