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

📄 repository.ui

📁 一个非常好的GIS开源新版本
💻 UI
字号:
<ui version="4.0" > <class>RepositoryDetailsDialog</class> <widget class="QDialog" name="RepositoryDetailsDialog" >  <property name="geometry" >   <rect>    <x>0</x>    <y>0</y>    <width>395</width>    <height>169</height>   </rect>  </property>  <property name="windowTitle" >   <string>Repository details</string>  </property>  <layout class="QGridLayout" >   <item row="0" column="0" >    <widget class="QLabel" name="label" >     <property name="text" >      <string>Name:</string>     </property>    </widget>   </item>   <item row="0" column="1" >    <widget class="QLineEdit" name="editName" />   </item>   <item row="1" column="0" >    <widget class="QLabel" name="label_2" >     <property name="text" >      <string>URL:</string>     </property>    </widget>   </item>   <item row="1" column="1" >    <widget class="QLineEdit" name="editURL" >     <property name="text" >      <string>http://</string>     </property>    </widget>   </item>   <item row="2" column="0" colspan="2" >    <spacer>     <property name="orientation" >      <enum>Qt::Vertical</enum>     </property>     <property name="sizeHint" >      <size>       <width>181</width>       <height>40</height>      </size>     </property>    </spacer>   </item>   <item row="3" column="0" colspan="2" >    <widget class="QDialogButtonBox" name="buttonBox" >     <property name="orientation" >      <enum>Qt::Horizontal</enum>     </property>     <property name="standardButtons" >      <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set>     </property>    </widget>   </item>  </layout> </widget> <resources/> <connections>  <connection>   <sender>buttonBox</sender>   <signal>accepted()</signal>   <receiver>RepositoryDetailsDialog</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>buttonBox</sender>   <signal>rejected()</signal>   <receiver>RepositoryDetailsDialog</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> </connections></ui>

⌨️ 快捷键说明

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