1 Star 3 Fork 2

橙子++ / kindle-clippings-export

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
kindle.ui 4.80 KB
一键复制 编辑 Web IDE 原始数据 按行查看 历史
橙子++ 提交于 2020-05-29 15:39 . pyqt5 ui文件。
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>317</width>
<height>190</height>
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<widget class="QWidget" name="centralwidget">
<layout class="QGridLayout" name="gridLayout">
<item row="5" column="2">
<widget class="QCheckBox" name="position_time">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>50</width>
<height>20</height>
</size>
</property>
<property name="text">
<string>时间位置</string>
</property>
</widget>
</item>
<item row="5" column="0">
<widget class="QLabel" name="label_3">
<property name="minimumSize">
<size>
<width>60</width>
<height>16</height>
</size>
</property>
<property name="font">
<font>
<pointsize>18</pointsize>
</font>
</property>
<property name="text">
<string>Title</string>
</property>
</widget>
</item>
<item row="2" column="2">
<widget class="QToolButton" name="outButton">
<property name="minimumSize">
<size>
<width>51</width>
<height>22</height>
</size>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="text">
<string>Browse</string>
</property>
</widget>
</item>
<item row="0" column="2">
<widget class="QToolButton" name="inButton">
<property name="minimumSize">
<size>
<width>51</width>
<height>22</height>
</size>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="text">
<string>Browse</string>
</property>
</widget>
</item>
<item row="0" column="0">
<widget class="QLabel" name="label">
<property name="minimumSize">
<size>
<width>60</width>
<height>16</height>
</size>
</property>
<property name="font">
<font>
<pointsize>18</pointsize>
</font>
</property>
<property name="text">
<string>Clipings</string>
</property>
</widget>
</item>
<item row="5" column="1">
<widget class="QLineEdit" name="title_entry">
<property name="minimumSize">
<size>
<width>113</width>
<height>21</height>
</size>
</property>
<property name="text">
<string>My Clippings</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QLineEdit" name="out_entry">
<property name="minimumSize">
<size>
<width>113</width>
<height>21</height>
</size>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="in_entry">
<property name="minimumSize">
<size>
<width>113</width>
<height>21</height>
</size>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_2">
<property name="minimumSize">
<size>
<width>60</width>
<height>16</height>
</size>
</property>
<property name="font">
<font>
<pointsize>17</pointsize>
<kerning>true</kerning>
</font>
</property>
<property name="text">
<string>文件夹</string>
</property>
</widget>
</item>
<item row="6" column="1">
<widget class="QToolButton" name="convert">
<property name="minimumSize">
<size>
<width>61</width>
<height>22</height>
</size>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="text">
<string>Convert</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>317</width>
<height>22</height>
</rect>
</property>
</widget>
<action name="actionQuit">
<property name="text">
<string>Quit</string>
</property>
</action>
</widget>
<resources/>
<connections/>
</ui>
Python
1
https://gitee.com/hffqyd/kindle-clippings-export.git
git@gitee.com:hffqyd/kindle-clippings-export.git
hffqyd
kindle-clippings-export
kindle-clippings-export
master

搜索帮助

14c37bed 8189591 565d56ea 8189591