ui/EditProduct.ui

changeset 467
c5f6f3f1b714
parent 465
8fc909360552
child 468
b21da6f583be
equal deleted inserted replaced
466:68ef2cc3e8d2 467:c5f6f3f1b714
12117 <normaloff>:/icons/silk/image.png</normaloff>:/icons/silk/image.png</iconset> 12117 <normaloff>:/icons/silk/image.png</normaloff>:/icons/silk/image.png</iconset>
12118 </attribute> 12118 </attribute>
12119 <attribute name="title"> 12119 <attribute name="title">
12120 <string>Images</string> 12120 <string>Images</string>
12121 </attribute> 12121 </attribute>
12122 <widget class="QListView" name="filmView">
12123 <property name="geometry">
12124 <rect>
12125 <x>10</x>
12126 <y>10</y>
12127 <width>181</width>
12128 <height>451</height>
12129 </rect>
12130 </property>
12131 </widget>
12132 <widget class="QPushButton" name="addImage"> 12122 <widget class="QPushButton" name="addImage">
12133 <property name="geometry"> 12123 <property name="geometry">
12134 <rect> 12124 <rect>
12135 <x>60</x> 12125 <x>950</x>
12136 <y>470</y> 12126 <y>470</y>
12137 <width>80</width> 12127 <width>80</width>
12138 <height>23</height> 12128 <height>23</height>
12139 </rect> 12129 </rect>
12140 </property> 12130 </property>
12142 <string>Add</string> 12132 <string>Add</string>
12143 </property> 12133 </property>
12144 <property name="icon"> 12134 <property name="icon">
12145 <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc"> 12135 <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">
12146 <normaloff>:/icons/silk/image_add.png</normaloff>:/icons/silk/image_add.png</iconset> 12136 <normaloff>:/icons/silk/image_add.png</normaloff>:/icons/silk/image_add.png</iconset>
12137 </property>
12138 </widget>
12139 <widget class="QListWidget" name="filmStrip">
12140 <property name="geometry">
12141 <rect>
12142 <x>10</x>
12143 <y>10</y>
12144 <width>346</width>
12145 <height>491</height>
12146 </rect>
12147 </property>
12148 <property name="verticalScrollBarPolicy">
12149 <enum>Qt::ScrollBarAlwaysOn</enum>
12150 </property>
12151 <property name="horizontalScrollBarPolicy">
12152 <enum>Qt::ScrollBarAlwaysOff</enum>
12153 </property>
12154 <property name="tabKeyNavigation">
12155 <bool>true</bool>
12156 </property>
12157 <property name="defaultDropAction">
12158 <enum>Qt::IgnoreAction</enum>
12159 </property>
12160 <property name="iconSize">
12161 <size>
12162 <width>330</width>
12163 <height>330</height>
12164 </size>
12165 </property>
12166 <property name="textElideMode">
12167 <enum>Qt::ElideRight</enum>
12168 </property>
12169 <property name="movement">
12170 <enum>QListView::Static</enum>
12171 </property>
12172 <property name="resizeMode">
12173 <enum>QListView::Fixed</enum>
12174 </property>
12175 <property name="layoutMode">
12176 <enum>QListView::Batched</enum>
12177 </property>
12178 <property name="spacing">
12179 <number>5</number>
12180 </property>
12181 <property name="viewMode">
12182 <enum>QListView::IconMode</enum>
12183 </property>
12184 </widget>
12185 <widget class="QPushButton" name="delImage">
12186 <property name="geometry">
12187 <rect>
12188 <x>1060</x>
12189 <y>470</y>
12190 <width>80</width>
12191 <height>23</height>
12192 </rect>
12193 </property>
12194 <property name="text">
12195 <string>Delete</string>
12196 </property>
12197 <property name="icon">
12198 <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">
12199 <normaloff>:/icons/silk/image_delete.png</normaloff>:/icons/silk/image_delete.png</iconset>
12200 </property>
12201 </widget>
12202 <widget class="QPushButton" name="prevImage">
12203 <property name="geometry">
12204 <rect>
12205 <x>390</x>
12206 <y>470</y>
12207 <width>80</width>
12208 <height>23</height>
12209 </rect>
12210 </property>
12211 <property name="text">
12212 <string>Previous</string>
12213 </property>
12214 <property name="icon">
12215 <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">
12216 <normaloff>:/icons/silk/resultset_previous.png</normaloff>:/icons/silk/resultset_previous.png</iconset>
12217 </property>
12218 </widget>
12219 <widget class="QPushButton" name="nextImage">
12220 <property name="geometry">
12221 <rect>
12222 <x>500</x>
12223 <y>470</y>
12224 <width>80</width>
12225 <height>23</height>
12226 </rect>
12227 </property>
12228 <property name="text">
12229 <string>Next</string>
12230 </property>
12231 <property name="icon">
12232 <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">
12233 <normaloff>:/icons/silk/resultset_next.png</normaloff>:/icons/silk/resultset_next.png</iconset>
12234 </property>
12235 </widget>
12236 <widget class="QPushButton" name="downloadImage">
12237 <property name="geometry">
12238 <rect>
12239 <x>670</x>
12240 <y>470</y>
12241 <width>80</width>
12242 <height>23</height>
12243 </rect>
12244 </property>
12245 <property name="text">
12246 <string>Save</string>
12247 </property>
12248 <property name="icon">
12249 <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">
12250 <normaloff>:/icons/silk/disk.png</normaloff>:/icons/silk/disk.png</iconset>
12251 </property>
12252 </widget>
12253 <widget class="QPushButton" name="printImage">
12254 <property name="geometry">
12255 <rect>
12256 <x>780</x>
12257 <y>470</y>
12258 <width>80</width>
12259 <height>23</height>
12260 </rect>
12261 </property>
12262 <property name="text">
12263 <string>Print</string>
12264 </property>
12265 <property name="icon">
12266 <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">
12267 <normaloff>:/icons/silk/printer.png</normaloff>:/icons/silk/printer.png</iconset>
12147 </property> 12268 </property>
12148 </widget> 12269 </widget>
12149 </widget> 12270 </widget>
12150 </widget> 12271 </widget>
12151 <widget class="QPushButton" name="exportButton"> 12272 <widget class="QPushButton" name="exportButton">

mercurial