Warning, /office/alkimia/src/alkonlinequotes.ui is written in an unsupported language. File is not indexed.
0001 <?xml version="1.0" encoding="UTF-8"?> 0002 <ui version="4.0"> 0003 <class>AlkOnlineQuotesWidget</class> 0004 <widget class="QWidget" name="AlkOnlineQuotesWidget"> 0005 <property name="geometry"> 0006 <rect> 0007 <x>0</x> 0008 <y>0</y> 0009 <width>681</width> 0010 <height>323</height> 0011 </rect> 0012 </property> 0013 <property name="minimumSize"> 0014 <size> 0015 <width>0</width> 0016 <height>0</height> 0017 </size> 0018 </property> 0019 <property name="windowTitle"> 0020 <string>Online Quotes</string> 0021 </property> 0022 <layout class="QVBoxLayout" name="verticalLayout_6"> 0023 <item> 0024 <widget class="QGroupBox" name="onlineQuotesGroupBox"> 0025 <property name="enabled"> 0026 <bool>true</bool> 0027 </property> 0028 <property name="whatsThis"> 0029 <string><html><head/><body><p>online price quotes</p></body></html></string> 0030 </property> 0031 <property name="title"> 0032 <string>Online Quotes</string> 0033 </property> 0034 <property name="alignment"> 0035 <set>Qt::AlignCenter</set> 0036 </property> 0037 <layout class="QVBoxLayout" name="groupBoxLayout"> 0038 <item> 0039 <layout class="QHBoxLayout" name="horizontalLayout"> 0040 <item> 0041 <widget class="QTreeWidget" name="m_quoteSourceList"> 0042 <column> 0043 <property name="text"> 0044 <string notr="true">1</string> 0045 </property> 0046 </column> 0047 </widget> 0048 </item> 0049 <item> 0050 <layout class="QVBoxLayout" name="verticalLayout"> 0051 <item> 0052 <widget class="AlkPushButton" name="m_newButton"> 0053 <property name="text"> 0054 <string comment="@action create new quote source">New</string> 0055 </property> 0056 </widget> 0057 </item> 0058 <item> 0059 <widget class="AlkPushButton" name="m_deleteButton"> 0060 <property name="text"> 0061 <string>Delete</string> 0062 </property> 0063 </widget> 0064 </item> 0065 <item> 0066 <widget class="AlkPushButton" name="m_duplicateButton"> 0067 <property name="toolTip"> 0068 <string>Create a duplicate of the currently selected source entry under a different name.</string> 0069 </property> 0070 <property name="whatsThis"> 0071 <string>Use this to create a duplicate of an entry for an online source</string> 0072 </property> 0073 <property name="text"> 0074 <string>Duplicate</string> 0075 </property> 0076 <property name="icon"> 0077 <iconset theme="edit-copy"> 0078 <normaloff>.</normaloff>.</iconset> 0079 </property> 0080 </widget> 0081 </item> 0082 <item> 0083 <widget class="AlkPushButton" name="m_installButton"> 0084 <property name="text"> 0085 <string>Install</string> 0086 </property> 0087 <property name="icon"> 0088 <iconset theme="run-install"> 0089 <normaloff>.</normaloff>.</iconset> 0090 </property> 0091 </widget> 0092 </item> 0093 <item> 0094 <widget class="AlkPushButton" name="m_uploadButton"> 0095 <property name="text"> 0096 <string>Upload</string> 0097 </property> 0098 <property name="icon"> 0099 <iconset theme="cloud-upload"> 0100 <normaloff>.</normaloff>.</iconset> 0101 </property> 0102 </widget> 0103 </item> 0104 <item> 0105 <spacer name="verticalSpacer"> 0106 <property name="orientation"> 0107 <enum>Qt::Vertical</enum> 0108 </property> 0109 <property name="sizeHint" stdset="0"> 0110 <size> 0111 <width>14</width> 0112 <height>13</height> 0113 </size> 0114 </property> 0115 </spacer> 0116 </item> 0117 </layout> 0118 </item> 0119 </layout> 0120 </item> 0121 </layout> 0122 </widget> 0123 </item> 0124 </layout> 0125 </widget> 0126 <layoutdefault spacing="6" margin="11"/> 0127 <customwidgets> 0128 <customwidget> 0129 <class>AlkPushButton</class> 0130 <extends>QPushButton</extends> 0131 <header>alkpushbutton.h</header> 0132 </customwidget> 0133 </customwidgets> 0134 <resources/> 0135 <connections/> 0136 </ui>