promptreplace.ui

来自「用Qt4编写的linux IDE开发环境」· UI 代码 · 共 106 行

UI
106
字号
<ui version="4.0" > <author></author> <comment></comment> <exportmacro></exportmacro> <class>PromptReplace</class> <widget class="QDialog" name="PromptReplace" >  <property name="geometry" >   <rect>    <x>0</x>    <y>0</y>    <width>388</width>    <height>98</height>   </rect>  </property>  <property name="windowTitle" >   <string>Confirmation</string>  </property>  <layout class="QGridLayout" >   <property name="margin" >    <number>9</number>   </property>   <property name="spacing" >    <number>6</number>   </property>   <item row="0" column="0" >    <layout class="QVBoxLayout" >     <property name="margin" >      <number>0</number>     </property>     <property name="spacing" >      <number>6</number>     </property>     <item>      <widget class="QLabel" name="label" >       <property name="text" >        <string>Found an occurence of your search term. What do you want to do?</string>       </property>       <property name="alignment" >        <set>Qt::AlignCenter</set>       </property>      </widget>     </item>     <item>      <layout class="QHBoxLayout" >       <property name="margin" >        <number>0</number>       </property>       <property name="spacing" >        <number>6</number>       </property>       <item>        <widget class="QPushButton" name="replace" >         <property name="text" >          <string>&amp;Replace</string>         </property>        </widget>       </item>       <item>        <widget class="QPushButton" name="replaceAll" >         <property name="text" >          <string>Replace &amp;All</string>         </property>        </widget>       </item>       <item>        <widget class="QPushButton" name="findNext" >         <property name="text" >          <string>&amp;Find Next</string>         </property>        </widget>       </item>       <item>        <widget class="QPushButton" name="close" >         <property name="text" >          <string>&amp;Close</string>         </property>        </widget>       </item>      </layout>     </item>    </layout>   </item>  </layout> </widget> <pixmapfunction></pixmapfunction> <resources/> <connections>  <connection>   <sender>close</sender>   <signal>clicked()</signal>   <receiver>PromptReplace</receiver>   <slot>reject()</slot>   <hints>    <hint type="sourcelabel" >     <x>369</x>     <y>253</y>    </hint>    <hint type="destinationlabel" >     <x>179</x>     <y>282</y>    </hint>   </hints>  </connection> </connections></ui>

⌨️ 快捷键说明

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