mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 09:32:12 +01:00
69 lines
1.7 KiB
Plaintext
69 lines
1.7 KiB
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<ui version="4.0">
|
||
|
<class>SSLManager</class>
|
||
|
<widget class="QWidget" name="SSLManager">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>473</width>
|
||
|
<height>250</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="windowTitle">
|
||
|
<string>SSL Manager</string>
|
||
|
</property>
|
||
|
<property name="windowIcon">
|
||
|
<iconset resource="../data/icons.qrc">
|
||
|
<normaloff>:/icons/qupzilla.png</normaloff>:/icons/qupzilla.png</iconset>
|
||
|
</property>
|
||
|
<layout class="QGridLayout" name="gridLayout">
|
||
|
<item row="1" column="0">
|
||
|
<widget class="QListWidget" name="list"/>
|
||
|
</item>
|
||
|
<item row="1" column="1">
|
||
|
<layout class="QVBoxLayout" name="verticalLayout">
|
||
|
<item>
|
||
|
<spacer name="verticalSpacer">
|
||
|
<property name="orientation">
|
||
|
<enum>Qt::Vertical</enum>
|
||
|
</property>
|
||
|
<property name="sizeHint" stdset="0">
|
||
|
<size>
|
||
|
<width>20</width>
|
||
|
<height>40</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
</spacer>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QPushButton" name="infoButton">
|
||
|
<property name="text">
|
||
|
<string>Show info</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QPushButton" name="deleteButton">
|
||
|
<property name="text">
|
||
|
<string>Delete</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</item>
|
||
|
<item row="0" column="0" colspan="2">
|
||
|
<widget class="QCheckBox" name="ignoreAll">
|
||
|
<property name="text">
|
||
|
<string>Ignore all warnings</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
<resources>
|
||
|
<include location="../data/icons.qrc"/>
|
||
|
</resources>
|
||
|
<connections/>
|
||
|
</ui>
|