Warning, /graphics/kst-plot/src/libkstapp/viewmatrixdialog.ui is written in an unsupported language. File is not indexed.
0001 <ui version="4.0" > 0002 <class>ViewMatrixDialog</class> 0003 <widget class="QDialog" name="ViewMatrixDialog" > 0004 <property name="geometry" > 0005 <rect> 0006 <x>0</x> 0007 <y>0</y> 0008 <width>597</width> 0009 <height>536</height> 0010 </rect> 0011 </property> 0012 <property name="windowTitle" > 0013 <string>Matrix View</string> 0014 </property> 0015 <layout class="QGridLayout" > 0016 <item row="0" column="0" > 0017 <widget class="Kst::MatrixSelector" native="1" name="matrixSelector" /> 0018 </item> 0019 <item row="1" column="0" > 0020 <widget class="QTableView" name="_matrices" /> 0021 </item> 0022 <item row="2" column="0" > 0023 <widget class="QDialogButtonBox" name="buttonBox" > 0024 <property name="orientation" > 0025 <enum>Qt::Horizontal</enum> 0026 </property> 0027 <property name="standardButtons" > 0028 <set>QDialogButtonBox::Close</set> 0029 </property> 0030 </widget> 0031 </item> 0032 </layout> 0033 </widget> 0034 <customwidgets> 0035 <customwidget> 0036 <class>Kst::MatrixSelector</class> 0037 <extends>QWidget</extends> 0038 <header>matrixselector.h</header> 0039 </customwidget> 0040 </customwidgets> 0041 <resources/> 0042 <connections> 0043 <connection> 0044 <sender>buttonBox</sender> 0045 <signal>accepted()</signal> 0046 <receiver>ViewMatrixDialog</receiver> 0047 <slot>accept()</slot> 0048 <hints> 0049 <hint type="sourcelabel" > 0050 <x>298</x> 0051 <y>513</y> 0052 </hint> 0053 <hint type="destinationlabel" > 0054 <x>298</x> 0055 <y>267</y> 0056 </hint> 0057 </hints> 0058 </connection> 0059 <connection> 0060 <sender>buttonBox</sender> 0061 <signal>rejected()</signal> 0062 <receiver>ViewMatrixDialog</receiver> 0063 <slot>reject()</slot> 0064 <hints> 0065 <hint type="sourcelabel" > 0066 <x>298</x> 0067 <y>513</y> 0068 </hint> 0069 <hint type="destinationlabel" > 0070 <x>298</x> 0071 <y>267</y> 0072 </hint> 0073 </hints> 0074 </connection> 0075 </connections> 0076 </ui>