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

📄 qgsconnectiondialogbase.ui

📁 一个非常好的GIS开源新版本
💻 UI
字号:
<ui version="4.0" > <class>QgsConnectionDialogBase</class> <widget class="QDialog" name="QgsConnectionDialogBase" >  <property name="geometry" >   <rect>    <x>0</x>    <y>0</y>    <width>348</width>    <height>332</height>   </rect>  </property>  <property name="windowTitle" >   <string>Create a New PostGIS connection</string>  </property>  <property name="sizeGripEnabled" >   <bool>true</bool>  </property>  <property name="modal" >   <bool>true</bool>  </property>  <layout class="QVBoxLayout" >   <property name="margin" >    <number>9</number>   </property>   <property name="spacing" >    <number>6</number>   </property>   <item>    <widget class="QGroupBox" name="groupBox" >     <property name="title" >      <string>Connection Information</string>     </property>     <layout class="QGridLayout" >      <property name="margin" >       <number>9</number>      </property>      <property name="spacing" >       <number>6</number>      </property>      <item row="1" column="0" >       <layout class="QHBoxLayout" >        <property name="margin" >         <number>0</number>        </property>        <property name="spacing" >         <number>6</number>        </property>        <item>         <widget class="QCheckBox" name="chkStorePassword" >          <property name="text" >           <string>Save Password</string>          </property>         </widget>        </item>        <item>         <widget class="QPushButton" name="btnConnect" >          <property name="text" >           <string>Test Connect</string>          </property>         </widget>        </item>       </layout>      </item>      <item row="0" column="0" >       <layout class="QHBoxLayout" >        <property name="margin" >         <number>0</number>        </property>        <property name="spacing" >         <number>6</number>        </property>        <item>         <layout class="QVBoxLayout" >          <property name="margin" >           <number>0</number>          </property>          <property name="spacing" >           <number>6</number>          </property>          <item>           <widget class="QLabel" name="TextLabel1_2" >            <property name="text" >             <string>Name</string>            </property>           </widget>          </item>          <item>           <widget class="QLabel" name="TextLabel1" >            <property name="text" >             <string>Host</string>            </property>           </widget>          </item>          <item>           <widget class="QLabel" name="TextLabel2" >            <property name="text" >             <string>Database</string>            </property>           </widget>          </item>          <item>           <widget class="QLabel" name="TextLabel2_2" >            <property name="text" >             <string>Port</string>            </property>           </widget>          </item>          <item>           <widget class="QLabel" name="TextLabel3" >            <property name="text" >             <string>Username</string>            </property>           </widget>          </item>          <item>           <widget class="QLabel" name="TextLabel3_2" >            <property name="text" >             <string>Password</string>            </property>           </widget>          </item>         </layout>        </item>        <item>         <layout class="QVBoxLayout" >          <property name="margin" >           <number>0</number>          </property>          <property name="spacing" >           <number>6</number>          </property>          <item>           <widget class="QLineEdit" name="txtName" >            <property name="toolTip" >             <string>Name of the new connection</string>            </property>           </widget>          </item>          <item>           <widget class="QLineEdit" name="txtHost" />          </item>          <item>           <widget class="QLineEdit" name="txtDatabase" />          </item>          <item>           <widget class="QLineEdit" name="txtPort" >            <property name="text" >             <string>5432</string>            </property>           </widget>          </item>          <item>           <widget class="QLineEdit" name="txtUsername" />          </item>          <item>           <widget class="QLineEdit" name="txtPassword" >            <property name="echoMode" >             <enum>QLineEdit::Password</enum>            </property>           </widget>          </item>         </layout>        </item>       </layout>      </item>     </layout>    </widget>   </item>   <item>    <widget class="QDialogButtonBox" name="buttonBox" >     <property name="orientation" >      <enum>Qt::Horizontal</enum>     </property>     <property name="standardButtons" >      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Help|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set>     </property>    </widget>   </item>  </layout> </widget> <layoutdefault spacing="6" margin="11" /> <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> <tabstops>  <tabstop>txtName</tabstop>  <tabstop>txtHost</tabstop>  <tabstop>txtDatabase</tabstop>  <tabstop>txtPort</tabstop>  <tabstop>txtUsername</tabstop>  <tabstop>txtPassword</tabstop>  <tabstop>chkStorePassword</tabstop>  <tabstop>btnConnect</tabstop>  <tabstop>buttonBox</tabstop> </tabstops> <resources/> <connections/></ui>

⌨️ 快捷键说明

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