Begin color management for metadata dialog.

This commit is contained in:
BasioMeusPuga
2018-03-04 20:08:44 +05:30
parent 2891c675d5
commit f91ae8d863
6 changed files with 200 additions and 59 deletions

View File

@@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>728</width>
<height>231</height>
<height>234</height>
</rect>
</property>
<property name="sizePolicy">
@@ -156,6 +156,26 @@
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="colorButton">
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="resources.qrc">
<normaloff>:/images/color.svg</normaloff>:/images/color.svg</iconset>
</property>
<property name="iconSize">
<size>
<width>26</width>
<height>26</height>
</size>
</property>
<property name="flat">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_2">
<property name="orientation">

View File

@@ -1,5 +1,6 @@
<RCC>
<qresource prefix="images">
<file>color.svg</file>
<file>blank.png</file>
<file>gray-shadow.png</file>
<file>NotFound.png</file>