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

📄 engineconfigwidget.ui

📁 kscope
💻 UI
字号:
<ui version="4.0" > <class>EngineConfigWidget</class> <widget class="QWidget" name="EngineConfigWidget" >  <property name="geometry" >   <rect>    <x>0</x>    <y>0</y>    <width>400</width>    <height>300</height>   </rect>  </property>  <property name="windowTitle" >   <string>Cscope</string>  </property>  <layout class="QVBoxLayout" name="verticalLayout" >   <item>    <layout class="QFormLayout" name="formLayout" >     <item row="0" column="0" >      <widget class="QLabel" name="label" >       <property name="text" >        <string>Cscope path</string>       </property>      </widget>     </item>     <item row="0" column="1" >      <widget class="QLineEdit" name="cscopePathEdit_" />     </item>     <item row="1" column="0" >      <widget class="QLabel" name="label_2" >       <property name="text" >        <string>Ctags path</string>       </property>      </widget>     </item>     <item row="1" column="1" >      <widget class="QLineEdit" name="ctagsPathEdit_" />     </item>    </layout>   </item>   <item>    <spacer name="verticalSpacer" >     <property name="orientation" >      <enum>Qt::Vertical</enum>     </property>     <property name="sizeHint" stdset="0" >      <size>       <width>20</width>       <height>214</height>      </size>     </property>    </spacer>   </item>  </layout> </widget> <resources/> <connections/></ui>

⌨️ 快捷键说明

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