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

📄 editgroupdlg.ui

📁 KeePassX用于保护密码的安全
💻 UI
字号:
<ui version="4.0" > <author>Tarek Saidi</author> <comment></comment> <exportmacro></exportmacro> <class>EditGroupDialog</class> <widget class="QDialog" name="EditGroupDialog" >  <property name="geometry" >   <rect>    <x>0</x>    <y>0</y>    <width>350</width>    <height>120</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>350</width>    <height>120</height>   </size>  </property>  <property name="maximumSize" >   <size>    <width>350</width>    <height>120</height>   </size>  </property>  <property name="windowTitle" >   <string>Group Properties</string>  </property>  <layout class="QVBoxLayout" >   <property name="margin" >    <number>9</number>   </property>   <property name="spacing" >    <number>6</number>   </property>   <item>    <layout class="QGridLayout" >     <property name="margin" >      <number>0</number>     </property>     <property name="spacing" >      <number>6</number>     </property>     <item row="1" column="0" >      <widget class="QLabel" name="Label2" >       <property name="text" >        <string>Icon:</string>       </property>      </widget>     </item>     <item row="0" column="0" >      <widget class="QLabel" name="Label1" >       <property name="text" >        <string>Title:</string>       </property>      </widget>     </item>     <item row="1" column="1" >      <widget class="QComboBox" name="ComboIconPicker" />     </item>     <item row="1" column="3" >      <spacer>       <property name="orientation" >        <enum>Qt::Horizontal</enum>       </property>       <property name="sizeHint" >        <size>         <width>172</width>         <height>20</height>        </size>       </property>      </spacer>     </item>     <item row="0" column="1" colspan="3" >      <widget class="QLineEdit" name="EditTitle" />     </item>     <item row="1" column="2" >      <widget class="QToolButton" name="Button_Icon" >       <property name="text" >        <string>></string>       </property>      </widget>     </item>    </layout>   </item>   <item>    <widget class="Line" name="line1" >     <property name="frameShape" >      <enum>QFrame::HLine</enum>     </property>     <property name="frameShadow" >      <enum>QFrame::Sunken</enum>     </property>     <property name="orientation" >      <enum>Qt::Horizontal</enum>     </property>    </widget>   </item>   <item>    <layout class="QHBoxLayout" >     <property name="margin" >      <number>0</number>     </property>     <property name="spacing" >      <number>6</number>     </property>     <item>      <spacer>       <property name="orientation" >        <enum>Qt::Horizontal</enum>       </property>       <property name="sizeHint" >        <size>         <width>121</width>         <height>20</height>        </size>       </property>      </spacer>     </item>     <item>      <widget class="QPushButton" name="ButtonOK" >       <property name="text" >        <string>O&amp;K</string>       </property>       <property name="shortcut" >        <string>Alt+K</string>       </property>      </widget>     </item>     <item>      <widget class="QPushButton" name="ButtonCancel" >       <property name="text" >        <string>&amp;Cancel</string>       </property>       <property name="shortcut" >        <string>Alt+C</string>       </property>      </widget>     </item>    </layout>   </item>  </layout> </widget> <layoutdefault spacing="6" margin="11" /> <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> <tabstops>  <tabstop>EditTitle</tabstop>  <tabstop>ComboIconPicker</tabstop>  <tabstop>ButtonOK</tabstop>  <tabstop>ButtonCancel</tabstop> </tabstops> <resources/> <connections/></ui>

⌨️ 快捷键说明

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