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

📄 mainwindow.ui

📁 QT 开发环境里面一个很重要的文件
💻 UI
📖 第 1 页 / 共 2 页
字号:
<ui version="4.0" > <comment>************************************************************************* Copyright (C) 1992-2006 Trolltech ASA. All rights reserved.**** This file is part of the Qt Linguist of the Qt Toolkit.**** This file may be used under the terms of the GNU General Public** License version 2.0 as published by the Free Software Foundation** and appearing in the file LICENSE.GPL included in the packaging of** this file.  Please review the following information to ensure GNU** General Public Licensing requirements will be met:** http://www.trolltech.com/products/qt/opensource.html**** If you are unsure which license is appropriate for your use, please** review the following information:** http://www.trolltech.com/products/qt/licensing.html or contact the** sales department at sales@trolltech.com.**** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.***********************************************************************</comment> <class>MainWindow</class> <widget class="QMainWindow" name="MainWindow" >  <property name="geometry" >   <rect>    <x>0</x>    <y>0</y>    <width>673</width>    <height>461</height>   </rect>  </property>  <property name="windowTitle" >   <string>MainWindow</string>  </property>  <widget class="QWidget" name="centralwidget" />  <widget class="QMenuBar" name="menubar" >   <property name="geometry" >    <rect>     <x>0</x>     <y>0</y>     <width>673</width>     <height>21</height>    </rect>   </property>   <widget class="QMenu" name="menuPhrases" >    <property name="title" >     <string>&amp;Phrases</string>    </property>    <widget class="QMenu" name="menuClosePhraseBook" >     <property name="title" >      <string>&amp;Close Phrase Book</string>     </property>    </widget>    <widget class="QMenu" name="menuEditPhraseBook" >     <property name="title" >      <string>&amp;Edit Phrase Book</string>     </property>    </widget>    <widget class="QMenu" name="menuPrintPhraseBook" >     <property name="title" >      <string>&amp;Print Phrase Book</string>     </property>    </widget>    <addaction name="actionNewPhraseBook" />    <addaction name="actionOpenPhraseBook" />    <addaction name="menuClosePhraseBook" />    <addaction name="separator" />    <addaction name="menuEditPhraseBook" />    <addaction name="menuPrintPhraseBook" />   </widget>   <widget class="QMenu" name="menuValidation" >    <property name="title" >     <string>V&amp;alidation</string>    </property>    <addaction name="actionAccelerators" />    <addaction name="actionEndingPunctuation" />    <addaction name="actionPhraseMatches" />    <addaction name="actionPlaceMarkerMatches" />   </widget>   <widget class="QMenu" name="menuView" >    <property name="title" >     <string>&amp;View</string>    </property>    <widget class="QMenu" name="menuViewViews" >     <property name="title" >      <string>Vie&amp;ws</string>     </property>    </widget>    <widget class="QMenu" name="menuToolbars" >     <property name="title" >      <string>&amp;Toolbars</string>     </property>    </widget>    <addaction name="actionRevertSorting" />    <addaction name="actionDisplayGuesses" />    <addaction name="actionStatistics" />    <addaction name="separator" />    <addaction name="menuToolbars" />    <addaction name="menuViewViews" />   </widget>   <widget class="QMenu" name="menuTools" >    <property name="title" >     <string>Too&amp;ls</string>    </property>    <addaction name="actionBatchTranslation" />    <addaction name="actionPreviewForm" />   </widget>   <widget class="QMenu" name="menuHelp" >    <property name="title" >     <string>&amp;Help</string>    </property>    <addaction name="actionManual" />    <addaction name="actionAbout" />    <addaction name="actionAboutQt" />    <addaction name="actionWhatsThis" />   </widget>   <widget class="QMenu" name="menuTranslation" >    <property name="title" >     <string>&amp;Translation</string>    </property>    <addaction name="actionPrevUnfinished" />    <addaction name="actionNextUnfinished" />    <addaction name="actionPrev" />    <addaction name="actionNext" />    <addaction name="actionDoneAndNext" />    <addaction name="actionBeginFromSource" />   </widget>   <widget class="QMenu" name="menuFile" >    <property name="title" >     <string>&amp;File</string>    </property>    <widget class="QMenu" name="menuRecentlyOpenedFiles" >     <property name="title" >      <string>Re&amp;cently opened files</string>     </property>    </widget>    <addaction name="actionOpen" />    <addaction name="separator" />    <addaction name="actionSave" />    <addaction name="actionSaveAs" />    <addaction name="actionRelease" />    <addaction name="actionReleaseAs" />    <addaction name="separator" />    <addaction name="actionPrint" />    <addaction name="separator" />    <addaction name="menuRecentlyOpenedFiles" />    <addaction name="separator" />    <addaction name="actionExit" />   </widget>   <widget class="QMenu" name="menuEdit" >    <property name="title" >     <string>&amp;Edit</string>    </property>    <addaction name="actionUndo" />    <addaction name="actionRedo" />    <addaction name="separator" />    <addaction name="actionCut" />    <addaction name="actionCopy" />    <addaction name="actionPaste" />    <addaction name="actionSelectAll" />    <addaction name="separator" />    <addaction name="actionFind" />    <addaction name="actionFindNext" />    <addaction name="actionSearchAndTranslate" />    <addaction name="actionTranslationFileSettings" />   </widget>   <addaction name="menuFile" />   <addaction name="menuEdit" />   <addaction name="menuTranslation" />   <addaction name="menuValidation" />   <addaction name="menuPhrases" />   <addaction name="menuTools" />   <addaction name="menuView" />   <addaction name="menuHelp" />  </widget>  <widget class="QStatusBar" name="statusbar" />  <action name="actionNew" >   <property name="text" >    <string>&amp;New</string>   </property>  </action>  <action name="actionOpen" >   <property name="icon" >    <iconset/>   </property>   <property name="text" >    <string>&amp;Open</string>   </property>   <property name="whatsThis" >    <string>Open a Qt translation source file (TS file) for editing</string>   </property>   <property name="shortcut" >    <string>Ctrl+O</string>   </property>  </action>  <action name="actionExit" >   <property name="text" >    <string>E&amp;xit</string>   </property>   <property name="statusTip" >    <string/>   </property>   <property name="whatsThis" >    <string>Close this window and exit.</string>   </property>   <property name="shortcut" >    <string>Ctrl+Q</string>   </property>  </action>  <action name="actionSave" >   <property name="icon" >    <iconset/>   </property>   <property name="text" >    <string>&amp;Save</string>   </property>   <property name="whatsThis" >    <string>Save changes made to this Qt translation source file</string>   </property>   <property name="shortcut" >    <string>Ctrl+S</string>   </property>  </action>  <action name="actionSaveAs" >   <property name="text" >    <string>Save &amp;As...</string>   </property>   <property name="iconText" >    <string>Save As...</string>   </property>   <property name="whatsThis" >    <string>Save changes made to this Qt translation source file into a new file.</string>   </property>  </action>  <action name="actionRelease" >   <property name="text" >    <string>&amp;Release</string>   </property>   <property name="whatsThis" >    <string>Create a Qt message file suitable for released applications from the current message file.</string>   </property>  </action>  <action name="actionPrint" >   <property name="icon" >    <iconset/>   </property>   <property name="text" >    <string>&amp;Print</string>   </property>   <property name="whatsThis" >    <string>Print a list of all the phrases in the current Qt translation source file.</string>   </property>   <property name="shortcut" >    <string>Ctrl+P</string>   </property>  </action>  <action name="actionUndo" >   <property name="enabled" >    <bool>false</bool>   </property>   <property name="icon" >    <iconset/>   </property>   <property name="text" >    <string>&amp;Undo</string>   </property>   <property name="whatsThis" >    <string>Undo the last editing operation performed on the translation.</string>   </property>   <property name="shortcut" >    <string>Ctrl+Z</string>   </property>  </action>  <action name="actionRedo" >   <property name="enabled" >    <bool>false</bool>   </property>   <property name="icon" >    <iconset/>   </property>   <property name="text" >    <string>&amp;Redo</string>   </property>   <property name="whatsThis" >    <string>Redo an undone editing operation performed on the translation.</string>   </property>   <property name="shortcut" >    <string>Ctrl+Y</string>   </property>  </action>  <action name="actionCut" >   <property name="enabled" >    <bool>false</bool>   </property>   <property name="icon" >    <iconset/>   </property>   <property name="text" >    <string>Cu&amp;t</string>   </property>   <property name="whatsThis" >    <string>Copy the selected translation text to the clipboard and deletes it.</string>   </property>   <property name="shortcut" >    <string>Ctrl+X</string>   </property>  </action>  <action name="actionCopy" >   <property name="enabled" >    <bool>false</bool>   </property>   <property name="icon" >    <iconset/>   </property>   <property name="text" >    <string>&amp;Copy</string>   </property>   <property name="whatsThis" >    <string>Copy the selected translation text to the clipboard.</string>   </property>   <property name="shortcut" >    <string>Ctrl+C</string>   </property>  </action>  <action name="actionPaste" >   <property name="enabled" >    <bool>false</bool>   </property>   <property name="icon" >    <iconset/>   </property>   <property name="text" >    <string>&amp;Paste</string>   </property>   <property name="whatsThis" >    <string>Paste the clipboard text into the translation.</string>   </property>   <property name="shortcut" >    <string>Ctrl+V</string>   </property>  </action>  <action name="actionSelectAll" >   <property name="enabled" >    <bool>false</bool>   </property>   <property name="text" >    <string>Select &amp;All</string>   </property>   <property name="whatsThis" >    <string>Select the whole translation text.</string>   </property>   <property name="shortcut" >    <string>Ctrl+A</string>   </property>  </action>  <action name="actionFind" >   <property name="enabled" >    <bool>false</bool>   </property>   <property name="icon" >    <iconset/>   </property>   <property name="text" >    <string>&amp;Find</string>   </property>   <property name="whatsThis" >    <string>Search for some text in the translation source file.</string>   </property>   <property name="shortcut" >    <string>Ctrl+F</string>   </property>  </action>  <action name="actionFindNext" >   <property name="enabled" >    <bool>false</bool>   </property>   <property name="text" >    <string>Find &amp;Next</string>   </property>   <property name="whatsThis" >    <string>Continue the search where it was left.</string>

⌨️ 快捷键说明

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