remotes/origin/work/aacid/new_clang_format_master
parent
9d0800a57a
commit
1f63f91dc4
12 changed files with 170 additions and 197 deletions
|
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 19 KiB |
@ -1,19 +0,0 @@ |
|||||||
<?xml version="1.0" encoding="UTF-8"?> |
|
||||||
<kcfg xmlns="http://www.kde.org/standards/kcfg/1.0" |
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
|
||||||
xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0 |
|
||||||
http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" > |
|
||||||
<kcfgfile name="okular-generator-popplercertsrc"/> |
|
||||||
<signal name="useDefaultDBChanged" /> |
|
||||||
<signal name="dBCertificatePathChanged" /> |
|
||||||
<group name="Signatures" > |
|
||||||
<entry key="UseDefaultDB" type="Bool"> |
|
||||||
<default>true</default> |
|
||||||
<emit signal="useDefaultDBChanged" /> |
|
||||||
</entry> |
|
||||||
<entry key="DBCertificatePath" type="String"> |
|
||||||
<emit signal="dBCertificatePathChanged" /> |
|
||||||
</entry> |
|
||||||
</group> |
|
||||||
</kcfg> |
|
||||||
<!-- vim:set ts=4 --> |
|
||||||
@ -1,4 +0,0 @@ |
|||||||
File=certsettings.kcfg |
|
||||||
ClassName=CertificateSettings |
|
||||||
Mutators=true |
|
||||||
Singleton=true |
|
||||||
@ -1,94 +0,0 @@ |
|||||||
<?xml version="1.0" encoding="UTF-8"?> |
|
||||||
<ui version="4.0"> |
|
||||||
<class>DlgSignaturesBase</class> |
|
||||||
<widget class="QWidget" name="DlgSignaturesBase"> |
|
||||||
<property name="geometry"> |
|
||||||
<rect> |
|
||||||
<x>0</x> |
|
||||||
<y>0</y> |
|
||||||
<width>675</width> |
|
||||||
<height>225</height> |
|
||||||
</rect> |
|
||||||
</property> |
|
||||||
<layout class="QVBoxLayout" name="verticalLayout_3"> |
|
||||||
<property name="leftMargin"> |
|
||||||
<number>0</number> |
|
||||||
</property> |
|
||||||
<property name="topMargin"> |
|
||||||
<number>0</number> |
|
||||||
</property> |
|
||||||
<property name="rightMargin"> |
|
||||||
<number>0</number> |
|
||||||
</property> |
|
||||||
<property name="bottomMargin"> |
|
||||||
<number>0</number> |
|
||||||
</property> |
|
||||||
<item> |
|
||||||
<widget class="QGroupBox" name="DBGroupBox"> |
|
||||||
<property name="title"> |
|
||||||
<string>Certificate Database</string> |
|
||||||
</property> |
|
||||||
<layout class="QFormLayout" name="formLayout"> |
|
||||||
<property name="fieldGrowthPolicy"> |
|
||||||
<enum>QFormLayout::ExpandingFieldsGrow</enum> |
|
||||||
</property> |
|
||||||
<item row="0" column="0"> |
|
||||||
<widget class="QRadioButton" name="kcfg_UseDefaultDB"> |
|
||||||
<property name="text"> |
|
||||||
<string>Default:</string> |
|
||||||
</property> |
|
||||||
</widget> |
|
||||||
</item> |
|
||||||
<item row="1" column="0"> |
|
||||||
<widget class="QRadioButton" name="customRadioButton"> |
|
||||||
<property name="text"> |
|
||||||
<string>Custom:</string> |
|
||||||
</property> |
|
||||||
</widget> |
|
||||||
</item> |
|
||||||
<item row="0" column="1"> |
|
||||||
<widget class="QLabel" name="defaultLabel"> |
|
||||||
<property name="text"> |
|
||||||
<string notr="true"/> |
|
||||||
</property> |
|
||||||
</widget> |
|
||||||
</item> |
|
||||||
</layout> |
|
||||||
</widget> |
|
||||||
</item> |
|
||||||
<item> |
|
||||||
<widget class="QGroupBox" name="certificatesGroup"> |
|
||||||
<property name="title"> |
|
||||||
<string>Available Certificates</string> |
|
||||||
</property> |
|
||||||
<layout class="QVBoxLayout" name="certificatesPlaceholder"/> |
|
||||||
</widget> |
|
||||||
</item> |
|
||||||
<item> |
|
||||||
<widget class="QPushButton" name="loadSignaturesButton"> |
|
||||||
<property name="text"> |
|
||||||
<string>&Load Signatures</string> |
|
||||||
</property> |
|
||||||
</widget> |
|
||||||
</item> |
|
||||||
<item> |
|
||||||
<spacer> |
|
||||||
<property name="orientation"> |
|
||||||
<enum>Qt::Vertical</enum> |
|
||||||
</property> |
|
||||||
<property name="sizeType"> |
|
||||||
<enum>QSizePolicy::Expanding</enum> |
|
||||||
</property> |
|
||||||
<property name="sizeHint" stdset="0"> |
|
||||||
<size> |
|
||||||
<width>20</width> |
|
||||||
<height>4</height> |
|
||||||
</size> |
|
||||||
</property> |
|
||||||
</spacer> |
|
||||||
</item> |
|
||||||
</layout> |
|
||||||
</widget> |
|
||||||
<resources/> |
|
||||||
<connections/> |
|
||||||
</ui> |
|
||||||
Loading…
Reference in new issue