2012-05-02 09:37:21 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>AboutDialog</class>
|
|
|
|
<widget class="QDialog" name="AboutDialog">
|
|
|
|
<property name="windowTitle">
|
2016-11-03 00:05:30 -04:00
|
|
|
<string>About KeePassXC</string>
|
2012-05-02 09:37:21 -04:00
|
|
|
</property>
|
2017-06-28 19:48:14 -04:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2" stretch="0,1,0">
|
2012-05-02 09:37:21 -04:00
|
|
|
<item>
|
2012-05-02 10:21:59 -04:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
2017-02-22 18:45:57 -05:00
|
|
|
<property name="topMargin">
|
|
|
|
<number>15</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>20</number>
|
|
|
|
</property>
|
|
|
|
<item alignment="Qt::AlignVCenter">
|
2015-09-28 16:00:21 -04:00
|
|
|
<widget class="QLabel" name="iconLabel">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2017-02-22 18:45:57 -05:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>48</width>
|
|
|
|
<height>48</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>48</width>
|
|
|
|
<height>48</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2015-09-28 16:00:21 -04:00
|
|
|
</widget>
|
2012-05-02 10:21:59 -04:00
|
|
|
</item>
|
2017-02-22 18:45:57 -05:00
|
|
|
<item alignment="Qt::AlignVCenter">
|
2012-05-02 10:21:59 -04:00
|
|
|
<widget class="QLabel" name="nameLabel">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2017-02-22 18:45:57 -05:00
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<weight>75</weight>
|
|
|
|
<bold>true</bold>
|
|
|
|
</font>
|
|
|
|
</property>
|
2012-05-02 10:21:59 -04:00
|
|
|
<property name="text">
|
2017-06-28 19:48:14 -04:00
|
|
|
<string notr="true"><span style="font-size: 20pt"> KeePassXC ${VERSION}</span></string>
|
2017-06-07 19:33:14 -04:00
|
|
|
</property>
|
|
|
|
<property name="margin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="indent">
|
|
|
|
<number>11</number>
|
2012-05-02 10:21:59 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2012-05-02 09:37:21 -04:00
|
|
|
</item>
|
|
|
|
<item>
|
2017-02-22 18:45:57 -05:00
|
|
|
<widget class="QTabWidget" name="tabWidget">
|
|
|
|
<property name="currentIndex">
|
|
|
|
<number>0</number>
|
2017-02-12 19:21:29 -05:00
|
|
|
</property>
|
2017-02-22 18:45:57 -05:00
|
|
|
<widget class="QWidget" name="tab">
|
|
|
|
<attribute name="title">
|
|
|
|
<string>About</string>
|
|
|
|
</attribute>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_2">
|
2017-02-24 18:27:51 -05:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2017-02-22 18:45:57 -05:00
|
|
|
<property name="text">
|
2017-06-28 19:48:14 -04:00
|
|
|
<string notr="true">Website: <a href="https://keepassxc.org/" style="text-decoration: underline">https://keepassxc.org</a></string>
|
2017-02-22 18:45:57 -05:00
|
|
|
</property>
|
|
|
|
<property name="openExternalLinks">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-02-24 18:27:51 -05:00
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_5">
|
|
|
|
<property name="text">
|
2017-06-28 19:48:14 -04:00
|
|
|
<string>Report bugs at: <a href="https://github.com/keepassxreboot/keepassxc/issues" style="text-decoration: underline;">https://github.com</a></string>
|
2017-02-24 18:27:51 -05:00
|
|
|
</property>
|
2017-05-28 01:11:02 -04:00
|
|
|
<property name="openExternalLinks">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2017-02-24 18:27:51 -05:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="verticalSpacer_3">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeType">
|
|
|
|
<enum>QSizePolicy::Fixed</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>5</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2017-02-22 18:45:57 -05:00
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_3">
|
2017-02-24 18:27:51 -05:00
|
|
|
<property name="sizePolicy">
|
2017-06-28 19:48:14 -04:00
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
|
2017-02-24 18:27:51 -05:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2017-02-22 18:45:57 -05:00
|
|
|
<property name="text">
|
2017-06-28 19:48:14 -04:00
|
|
|
<string>KeePassXC is distributed under the terms of the GNU General Public License (GPL) version 2 or (at your option) version 3.</string>
|
2017-02-22 18:45:57 -05:00
|
|
|
</property>
|
|
|
|
<property name="wordWrap">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="verticalSpacer_2">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeType">
|
|
|
|
<enum>QSizePolicy::Fixed</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
2017-02-24 18:27:51 -05:00
|
|
|
<height>5</height>
|
2017-02-22 18:45:57 -05:00
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2018-02-17 13:26:20 -05:00
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_8">
|
|
|
|
<property name="text">
|
|
|
|
<string>Project Maintainers:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-02-22 18:45:57 -05:00
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_4">
|
2017-02-24 18:27:51 -05:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2017-02-22 18:45:57 -05:00
|
|
|
<property name="text">
|
2018-02-17 13:26:20 -05:00
|
|
|
<string notr="true"><ul>
|
2017-06-28 19:48:14 -04:00
|
|
|
<li>droidmonkey</li>
|
|
|
|
<li>phoerious</li>
|
|
|
|
<li>TheZ3ro</li>
|
|
|
|
<li>louib</li>
|
2018-01-30 18:24:51 -05:00
|
|
|
<li>weslly</li>
|
2018-02-17 13:26:20 -05:00
|
|
|
</ul></string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_7">
|
2018-02-18 17:00:52 -05:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2018-02-17 13:26:20 -05:00
|
|
|
<property name="text">
|
|
|
|
<string>Special thanks from the KeePassXC team go to debfx for creating the original KeePassX.</string>
|
|
|
|
</property>
|
|
|
|
<property name="wordWrap">
|
|
|
|
<bool>true</bool>
|
2017-02-22 18:45:57 -05:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="verticalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2017-06-07 19:33:14 -04:00
|
|
|
<widget class="QWidget" name="tab_3">
|
|
|
|
<attribute name="title">
|
|
|
|
<string>Contributors</string>
|
|
|
|
</attribute>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<item>
|
2017-06-28 19:48:14 -04:00
|
|
|
<widget class="QScrollArea" name="scrollArea">
|
|
|
|
<property name="widgetResizable">
|
|
|
|
<bool>true</bool>
|
2017-06-07 19:33:14 -04:00
|
|
|
</property>
|
2017-06-28 19:48:14 -04:00
|
|
|
<widget class="QWidget" name="scrollAreaWidgetContents">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2018-02-17 13:26:20 -05:00
|
|
|
<width>449</width>
|
|
|
|
<height>803</height>
|
2017-06-28 19:48:14 -04:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_5">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="contributors">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Expanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="cursor">
|
|
|
|
<cursorShape>IBeamCursor</cursorShape>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2018-01-30 18:24:51 -05:00
|
|
|
<string notr="true"><h3>Notable Code Contributions:</h3>
|
2017-06-28 19:48:14 -04:00
|
|
|
<ul>
|
2018-01-30 18:24:51 -05:00
|
|
|
<li>droidmonkey</li>
|
|
|
|
<li>phoerious</li>
|
|
|
|
<li>TheZ3ro</li>
|
|
|
|
<li>louib</li>
|
|
|
|
<li >weslly</li>
|
|
|
|
<li>varjolintu (KeePassXC-Browser)</li>
|
|
|
|
<li>hifi (SSH Agent)</li>
|
|
|
|
<li>frostasm</li>
|
|
|
|
<li>fonic (Entry Table View)</li>
|
|
|
|
<li>kylemanna (YubiKey)</li>
|
|
|
|
<li>keithbennett (KeePassHTTP)</li>
|
|
|
|
<li>Typz (KeePassHTTP)</li>
|
|
|
|
<li>denk-mal (KeePassHTTP)</li>
|
|
|
|
<li>angelsl (KDBX 4)</li>
|
|
|
|
<li>seatedscribe (CSV Import)</li>
|
|
|
|
<li>debfx (KeePassX)</li>
|
|
|
|
<li>BlueIce (KeePassX)</li>
|
2017-06-28 19:48:14 -04:00
|
|
|
</ul>
|
|
|
|
|
2018-01-30 18:24:51 -05:00
|
|
|
<h3>Translations:</h3>
|
2017-06-28 19:48:14 -04:00
|
|
|
<ul>
|
2018-01-30 18:24:51 -05:00
|
|
|
<li><b>Basque:</b> azken_tximinoa, Hey_neken</li>
|
|
|
|
<li><b>Catalan:</b> capitantrueno, dsoms, mcus, raulua, ZJaume</li>
|
|
|
|
<li><b>Chinese (China):</b> Biggulu, Brandon_c, hoilc, ligyxy, vc5, Small_Ku</li>
|
|
|
|
<li><b>Chinese (Taiwan):</b> BestSteve, MiauLightouch, Small_Ku, yan12125, ymhuang0808</li>
|
|
|
|
<li><b>Czech:</b> DanielMilde, JosefVitu, pavelb, tpavelek</li>
|
|
|
|
<li><b>Danish:</b> nlkl</li>
|
|
|
|
<li><b>Dutch:</b> apie, bartlibert, evanoosten, fvw, KnooL, srgvg, Vistaus, wanderingidea</li>
|
|
|
|
<li><b>Finnish:</b> artnay, Jarppi, MawKKe </li>
|
|
|
|
<li><b>French:</b> A1RO, aghilas.messara, bisaloo, frgnca, ggtr1138, gilbsgilbs, gtalbot, Gui13, iannick, jlutran, kyodev, logut, MartialBis, narzb, pBouillon, plunkets, Raphi111, Scrat15, tl_pierre, wilfriedroset</li>
|
|
|
|
<li><b>German:</b> antsas, BasicBaer, Calyrx, codejunky, DavidHamburg, eth0, for1real, jensrutschmann, joe776, kflesch, MarcEdinger, marcbone, mcliquid, mfernau77, montilo, nursoda, omnisome4, origin_de, pcrcoding, phoerious, rgloor, transi_222, vlenzer, waster</li>
|
|
|
|
<li><b>Greek:</b> magkopian, nplatis, tassos.b, xinomilo</li>
|
|
|
|
<li><b>Hungarian:</b> bubu, meskobalazs, urbalazs</li>
|
|
|
|
<li><b>Indonesian:</b> zk</li>
|
|
|
|
<li><b>Italian:</b> amaxis, bovirus, duncanmid, FranzMari, lucaim, Mte90, Peo, TheZ3ro, tosky, VosaxAlo</li>
|
|
|
|
<li><b>Japanese:</b> masoo, metalic_cat, p2635, Shinichirou_Yamada, vargas.peniel, vmemjp, yukinakato</li>
|
|
|
|
<li><b>Korean:</b> cancantun, peremen</li>
|
|
|
|
<li><b>Lithuanian:</b> Moo</li>
|
|
|
|
<li><b>Polish:</b> keypress, konradmb, mrerexx, psobczak</li>
|
|
|
|
<li><b>Portuguese (Brazil): </b> danielbibit, fabiom, flaviobn, vitor895, weslly</li>
|
|
|
|
<li><b>Portuguese (Portugal): </b> American_Jesus, hds, mihai.ile, VictorR2007, smarquespt</li>
|
|
|
|
<li><b>Russian:</b> _nomoretears_, agag11507, anm, denoos, KekcuHa, Mogost, NcNZllQnHVU, netforhack, NetWormKido, RKuchma, VictorR2007, vsvyatski, wkill95</li>
|
|
|
|
<li><b>Spanish:</b> antifaz, EdwardNavarro, eliluminado, gonrial, jojobrambs, LeoBeltran, piegope, pquin, puchrojo, vargas.peniel, vsvyatski, Zranz</li>
|
|
|
|
<li><b>Swedish:</b> Anders_Bergqvist, LIINdd, henziger, jpyllman, peron</li>
|
|
|
|
<li><b>Thai:</b> arthit</li>
|
|
|
|
<li><b>Turkish:</b> etc, N3pp</li>
|
|
|
|
<li><b>Ukrainian:</b> brisk022, netforhack, zoresvit</li>
|
2017-06-28 19:48:14 -04:00
|
|
|
</ul></string>
|
|
|
|
</property>
|
|
|
|
<property name="textFormat">
|
|
|
|
<enum>Qt::RichText</enum>
|
|
|
|
</property>
|
|
|
|
<property name="wordWrap">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="textInteractionFlags">
|
|
|
|
<set>Qt::TextBrowserInteraction</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2017-06-07 19:33:14 -04:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_6">
|
|
|
|
<property name="text">
|
2017-07-06 19:14:20 -04:00
|
|
|
<string><a href="https://github.com/keepassxreboot/keepassxc/graphs/contributors">See Contributions on GitHub</a></string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
2017-06-07 19:33:14 -04:00
|
|
|
</property>
|
|
|
|
<property name="openExternalLinks">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2017-02-22 18:45:57 -05:00
|
|
|
<widget class="QWidget" name="tab_2">
|
|
|
|
<attribute name="title">
|
|
|
|
<string>Debug Info</string>
|
|
|
|
</attribute>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_4">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label">
|
2017-02-24 18:27:51 -05:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2017-02-22 18:45:57 -05:00
|
|
|
<property name="text">
|
2017-06-28 19:48:14 -04:00
|
|
|
<string>Include the following information whenever you report a bug:</string>
|
2017-02-22 18:45:57 -05:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPlainTextEdit" name="debugInfo">
|
|
|
|
<property name="readOnly">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2017-06-28 19:48:14 -04:00
|
|
|
<property name="plainText">
|
|
|
|
<string notr="true"/>
|
|
|
|
</property>
|
|
|
|
<property name="textInteractionFlags">
|
|
|
|
<set>Qt::TextBrowserInteraction</set>
|
|
|
|
</property>
|
2017-02-22 18:45:57 -05:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="copyToClipboard">
|
|
|
|
<property name="text">
|
|
|
|
<string>Copy to clipboard</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2016-12-07 22:40:09 -05:00
|
|
|
</widget>
|
|
|
|
</item>
|
2012-05-02 09:37:21 -04:00
|
|
|
<item>
|
|
|
|
<widget class="QDialogButtonBox" name="buttonBox">
|
|
|
|
<property name="standardButtons">
|
|
|
|
<set>QDialogButtonBox::Close</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|