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

📄 tablewidgeteditor.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 Designer 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>qdesigner_internal::TableWidgetEditor</class> <widget class="QDialog" name="qdesigner_internal::TableWidgetEditor" >  <property name="geometry" >   <rect>    <x>0</x>    <y>0</y>    <width>582</width>    <height>366</height>   </rect>  </property>  <property name="windowTitle" >   <string>Edit Table Widget</string>  </property>  <layout class="QGridLayout" >   <property name="margin" >    <number>9</number>   </property>   <property name="spacing" >    <number>6</number>   </property>   <item row="2" 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>   <item row="1" column="1" >    <widget class="QGroupBox" name="rowsBox" >     <property name="title" >      <string>Rows</string>     </property>     <layout class="QGridLayout" >      <property name="margin" >       <number>8</number>      </property>      <property name="spacing" >       <number>6</number>      </property>      <item row="2" column="1" >       <widget class="QToolButton" name="moveRowDownButton" >        <property name="toolTip" >         <string>Move Row Down</string>        </property>        <property name="text" >         <string>D</string>        </property>       </widget>      </item>      <item row="1" column="1" >       <widget class="QToolButton" name="moveRowUpButton" >        <property name="toolTip" >         <string>Move Row Up</string>        </property>        <property name="text" >         <string>U</string>        </property>       </widget>      </item>      <item row="0" column="0" colspan="2" >       <widget class="QListWidget" name="rowsListWidget" >        <property name="sizePolicy" >         <sizepolicy>          <hsizetype>13</hsizetype>          <vsizetype>7</vsizetype>          <horstretch>0</horstretch>          <verstretch>0</verstretch>         </sizepolicy>        </property>        <property name="focusPolicy" >         <enum>Qt::TabFocus</enum>        </property>        <property name="toolTip" >         <string>Table Rows</string>        </property>       </widget>      </item>      <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="QToolButton" name="newRowButton" >          <property name="toolTip" >           <string>New Row</string>          </property>          <property name="text" >           <string>New</string>          </property>         </widget>        </item>        <item>         <widget class="QToolButton" name="renameRowButton" >          <property name="toolTip" >           <string>Rename Row</string>          </property>          <property name="text" >           <string>Rename</string>          </property>         </widget>        </item>        <item>         <widget class="QToolButton" name="deleteRowButton" >          <property name="toolTip" >           <string>Delete Row</string>          </property>          <property name="text" >           <string>Delete</string>          </property>         </widget>        </item>        <item>         <spacer>          <property name="orientation" >           <enum>Qt::Horizontal</enum>          </property>          <property name="sizeType" >           <enum>QSizePolicy::Ignored</enum>          </property>          <property name="sizeHint" >           <size>            <width>20</width>            <height>10</height>           </size>          </property>         </spacer>        </item>       </layout>      </item>      <item row="2" column="0" >       <layout class="QHBoxLayout" >        <property name="margin" >         <number>0</number>        </property>        <property name="spacing" >         <number>6</number>        </property>        <item>         <widget class="QLabel" name="pixmapRowLabel" >          <property name="sizePolicy" >           <sizepolicy>            <hsizetype>0</hsizetype>            <vsizetype>5</vsizetype>            <horstretch>0</horstretch>            <verstretch>0</verstretch>           </sizepolicy>          </property>          <property name="text" >           <string>Pixmap</string>          </property>         </widget>        </item>        <item>         <widget class="QToolButton" name="previewPixmapRowButton" >          <property name="toolTip" >           <string>Set Row Pixmap</string>          </property>          <property name="text" >           <string>...</string>          </property>         </widget>        </item>        <item>         <widget class="QToolButton" name="deletePixmapRowButton" >          <property name="toolTip" >           <string>Reset Row Pixmap</string>          </property>          <property name="text" >           <string/>          </property>         </widget>        </item>        <item>         <spacer>          <property name="orientation" >           <enum>Qt::Horizontal</enum>          </property>          <property name="sizeType" >           <enum>QSizePolicy::Ignored</enum>          </property>          <property name="sizeHint" >           <size>            <width>20</width>            <height>10</height>           </size>          </property>         </spacer>        </item>       </layout>      </item>     </layout>    </widget>   </item>   <item rowspan="2" row="0" column="0" >    <widget class="QGroupBox" name="itemsBox" >     <property name="title" >      <string>Table Items</string>     </property>     <layout class="QGridLayout" >      <property name="margin" >       <number>8</number>      </property>      <property name="spacing" >       <number>6</number>      </property>      <item row="1" column="3" >       <widget class="QLabel" name="textLabel" >        <property name="sizePolicy" >         <sizepolicy>          <hsizetype>0</hsizetype>          <vsizetype>5</vsizetype>          <horstretch>0</horstretch>          <verstretch>0</verstretch>         </sizepolicy>        </property>        <property name="text" >         <string>&amp;Text</string>        </property>        <property name="buddy" >         <cstring>itemTextLineEdit</cstring>        </property>       </widget>      </item>      <item row="1" column="4" >       <widget class="QLineEdit" name="itemTextLineEdit" >        <property name="sizePolicy" >         <sizepolicy>          <hsizetype>7</hsizetype>          <vsizetype>4</vsizetype>          <horstretch>0</horstretch>          <verstretch>0</verstretch>         </sizepolicy>        </property>        <property name="toolTip" >         <string>Set Item Text</string>        </property>       </widget>      </item>      <item row="1" column="2" >       <widget class="QToolButton" name="deletePixmapItemButton" >        <property name="toolTip" >         <string>Reset Item Pixmap</string>        </property>        <property name="text" >

⌨️ 快捷键说明

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