Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • dev
  • appimage
  • fix_gitlab
  • fixappveyor
  • gitlab
  • fix_ci
  • fix_dbus_error
  • fix_ci_osx
  • sakia020
  • fix_travis#1105
  • feature/backend
  • check_uniq_node_by_endpoints
  • qt5.7
  • feature/agent_architecture
  • translations
  • pyqt5.6
  • qtwebengine
  • pyinstaller
  • landscape
  • 0.53.2
  • 0.53.1
  • 0.53.0
  • 0.52.0
  • 0.51.1
  • 0.51.0
  • 0.50.5
  • 0.50.4
  • 0.50.3
  • 0.50.2
  • 0.50.1
  • 0.50.0
  • 0.33.0rc7
  • 0.33.0rc6
  • 0.33.0rc5
  • 0.33.0rc4
  • 0.33.0rc3
  • 0.33.0rc2
  • 0.33.0rc1
  • 0.32.10post1
40 results

generateKeyDialog.ui

Blame
  • generateKeyDialog.ui 4.29 KiB
    <?xml version="1.0" encoding="UTF-8"?>
    <ui version="4.0">
     <class>GenerateKeyDialog</class>
     <widget class="QDialog" name="GenerateKeyDialog">
      <property name="geometry">
       <rect>
        <x>0</x>
        <y>0</y>
        <width>269</width>
        <height>176</height>
       </rect>
      </property>
      <property name="windowTitle">
       <string>Generate a key</string>
      </property>
      <layout class="QVBoxLayout" name="verticalLayout">
       <item>
        <widget class="QLabel" name="label">
         <property name="text">
          <string>Key parameters</string>
         </property>
        </widget>
       </item>
       <item>
        <layout class="QHBoxLayout" name="horizontalLayout_3">
         <item>
          <widget class="QLabel" name="label_3">
           <property name="text">
            <string>Your name</string>
           </property>
          </widget>
         </item>
         <item>
          <widget class="QLineEdit" name="edit_name">
           <property name="text">
            <string/>
           </property>
           <property name="alignment">
            <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
           </property>
           <property name="placeholderText">
            <string>John Doo</string>
           </property>
          </widget>
         </item>
        </layout>
       </item>
       <item>
        <layout class="QHBoxLayout" name="horizontalLayout_4">
         <item>
          <widget class="QLabel" name="label_4">
           <property name="text">
            <string>Passphrase</string>
           </property>
          </widget>
         </item>
         <item>
          <widget class="QLineEdit" name="edit_password">
           <property name="echoMode">
            <enum>QLineEdit::Password</enum>
           </property>
          </widget>
         </item>
        </layout>
       </item>
       <item>
        <layout class="QHBoxLayout" name="horizontalLayout_2">
         <item>
          <widget class="QLabel" name="label_2">
           <property name="text">
            <string>Type it again</string>
           </property>
          </widget>
         </item>
         <item>
          <widget class="QLineEdit" name="edit_password_bis">
           <property name="echoMode">
            <enum>QLineEdit::Password</enum>
           </property>
          </widget>
         </item>
        </layout>
       </item>
       <item>
        <widget class="QLabel" name="label_errors">
         <property name="text">
          <string/>
         </property>
        </widget>
       </item>
       <item>
        <widget class="QDialogButtonBox" name="button_box">
         <property name="orientation">
          <enum>Qt::Horizontal</enum>
         </property>
         <property name="standardButtons">
          <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
         </property>
        </widget>
       </item>
      </layout>
     </widget>
     <resources/>
     <connections>
      <connection>
       <sender>button_box</sender>
       <signal>accepted()</signal>
       <receiver>GenerateKeyDialog</receiver>
       <slot>accept()</slot>
       <hints>
        <hint type="sourcelabel">
         <x>248</x>
         <y>254</y>
        </hint>
        <hint type="destinationlabel">
         <x>157</x>
         <y>274</y>
        </hint>
       </hints>
      </connection>
      <connection>
       <sender>button_box</sender>
       <signal>rejected()</signal>
       <receiver>GenerateKeyDialog</receiver>
       <slot>reject()</slot>
       <hints>
        <hint type="sourcelabel">
         <x>316</x>
         <y>260</y>
        </hint>
        <hint type="destinationlabel">
         <x>286</x>
         <y>274</y>
        </hint>
       </hints>
      </connection>
      <connection>
       <sender>edit_name</sender>
       <signal>textEdited(QString)</signal>
       <receiver>GenerateKeyDialog</receiver>
       <slot>check()</slot>
       <hints>
        <hint type="sourcelabel">
         <x>165</x>
         <y>42</y>
        </hint>
        <hint type="destinationlabel">
         <x>134</x>
         <y>87</y>
        </hint>
       </hints>
      </connection>
      <connection>
       <sender>edit_password</sender>
       <signal>textEdited(QString)</signal>
       <receiver>GenerateKeyDialog</receiver>
       <slot>check()</slot>
       <hints>
        <hint type="sourcelabel">
         <x>167</x>
         <y>73</y>
        </hint>
        <hint type="destinationlabel">
         <x>134</x>
         <y>87</y>
        </hint>
       </hints>
      </connection>
      <connection>
       <sender>edit_password_bis</sender>
       <signal>textEdited(QString)</signal>
       <receiver>GenerateKeyDialog</receiver>
       <slot>check()</slot>
       <hints>
        <hint type="sourcelabel">
         <x>170</x>
         <y>104</y>
        </hint>
        <hint type="destinationlabel">
         <x>134</x>
         <y>87</y>
        </hint>
       </hints>
      </connection>
     </connections>
     <slots>
      <slot>check()</slot>
     </slots>
    </ui>