⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 simplepassworddlg.ui

📁 KeePassX用于保护密码的安全
💻 UI
字号:
<ui version="4.0" > <author></author> <comment></comment> <exportmacro></exportmacro> <class>SimplePasswordDialog</class> <widget class="QDialog" name="SimplePasswordDialog" >  <property name="geometry" >   <rect>    <x>0</x>    <y>0</y>    <width>345</width>    <height>90</height>   </rect>  </property>  <property name="sizePolicy" >   <sizepolicy>    <hsizetype>0</hsizetype>    <vsizetype>0</vsizetype>    <horstretch>0</horstretch>    <verstretch>0</verstretch>   </sizepolicy>  </property>  <property name="minimumSize" >   <size>    <width>345</width>    <height>90</height>   </size>  </property>  <property name="maximumSize" >   <size>    <width>345</width>    <height>90</height>   </size>  </property>  <property name="windowTitle" >   <string>Enter your Password</string>  </property>  <widget class="QLabel" name="textLabel1" >   <property name="geometry" >    <rect>     <x>10</x>     <y>20</y>     <width>60</width>     <height>20</height>    </rect>   </property>   <property name="text" >    <string>Password:</string>   </property>  </widget>  <widget class="QPushButton" name="ButtonOK" >   <property name="geometry" >    <rect>     <x>170</x>     <y>60</y>     <width>80</width>     <height>23</height>    </rect>   </property>   <property name="text" >    <string>O&amp;K</string>   </property>   <property name="shortcut" >    <string>Alt+K</string>   </property>  </widget>  <widget class="QPushButton" name="ButtonCancel" >   <property name="geometry" >    <rect>     <x>257</x>     <y>60</y>     <width>80</width>     <height>23</height>    </rect>   </property>   <property name="text" >    <string>&amp;Cancel</string>   </property>   <property name="shortcut" >    <string>Alt+C</string>   </property>  </widget>  <widget class="QLineEdit" name="EditPassword" >   <property name="geometry" >    <rect>     <x>80</x>     <y>20</y>     <width>240</width>     <height>21</height>    </rect>   </property>  </widget>  <widget class="QPushButton" name="Button_HidePassword" >   <property name="geometry" >    <rect>     <x>320</x>     <y>20</y>     <width>20</width>     <height>21</height>    </rect>   </property>   <property name="text" >    <string>...</string>   </property>   <property name="shortcut" >    <string/>   </property>   <property name="checkable" >    <bool>true</bool>   </property>  </widget> </widget> <layoutdefault spacing="6" margin="11" /> <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> <resources/> <connections/></ui>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -