diff --git a/src/mySearch.cpp b/src/mySearch.cpp index 072da38e8af2a02e3cdece6ae1bfc76a4e3506d4..ef37b764d5cb094cdac4154dd78f3b9de4932744 100644 --- a/src/mySearch.cpp +++ b/src/mySearch.cpp @@ -7,8 +7,6 @@ Search::Search( QWidget *parent ) { setupUi(this); - setFixedSize(width(),height()); - resultArray.size = 0; /* Catalogs subjects and disciplines */ diff --git a/src/mySearch.ui b/src/mySearch.ui index 85f2f151b8a9145a543158b4957e818bbd6ca383..6786f14713203731ecc428e68a994dd91aeb57a6 100644 --- a/src/mySearch.ui +++ b/src/mySearch.ui @@ -6,7 +6,7 @@ <rect> <x>0</x> <y>0</y> - <width>670</width> + <width>600</width> <height>445</height> </rect> </property> @@ -215,476 +215,616 @@ <property name="windowTitle"> <string>Ferramenta de Busca de Conteúdos Educacionais</string> </property> - <widget class="QPushButton" name="pushButton_Search"> - <property name="geometry"> - <rect> - <x>302</x> - <y>122</y> - <width>100</width> - <height>20</height> - </rect> - </property> - <property name="font"> - <font/> - </property> - <property name="layoutDirection"> - <enum>Qt::LeftToRight</enum> - </property> - <property name="text"> - <string/> - </property> - <property name="flat"> - <bool>false</bool> - </property> - </widget> - <widget class="QLineEdit" name="lineAuthor"> - <property name="geometry"> - <rect> - <x>382</x> - <y>50</y> - <width>201</width> - <height>24</height> - </rect> - </property> - <property name="text"> - <string/> - </property> - </widget> - <widget class="QLineEdit" name="lineTitle"> - <property name="geometry"> - <rect> - <x>382</x> - <y>80</y> - <width>201</width> - <height>24</height> - </rect> - </property> - </widget> - <widget class="QTableView" name="tableResult"> - <property name="geometry"> - <rect> - <x>0</x> - <y>160</y> - <width>665</width> - <height>261</height> - </rect> - </property> - <property name="sizePolicy"> - <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> - <horstretch>50</horstretch> - <verstretch>50</verstretch> - </sizepolicy> - </property> - <property name="palette"> - <palette> - <active> - <colorrole role="Shadow"> - <brush brushstyle="SolidPattern"> - <color alpha="255"> - <red>34</red> - <green>183</green> - <blue>11</blue> - </color> - </brush> - </colorrole> - </active> - <inactive> - <colorrole role="Shadow"> - <brush brushstyle="SolidPattern"> - <color alpha="255"> - <red>34</red> - <green>183</green> - <blue>11</blue> - </color> - </brush> - </colorrole> - </inactive> - <disabled> - <colorrole role="Shadow"> - <brush brushstyle="SolidPattern"> - <color alpha="255"> - <red>34</red> - <green>183</green> - <blue>11</blue> - </color> - </brush> - </colorrole> - </disabled> - </palette> - </property> - <property name="editTriggers"> - <set>QAbstractItemView::NoEditTriggers</set> - </property> - <property name="alternatingRowColors"> - <bool>true</bool> - </property> - <property name="selectionMode"> - <enum>QAbstractItemView::SingleSelection</enum> - </property> - <property name="selectionBehavior"> - <enum>QAbstractItemView::SelectRows</enum> - </property> - <property name="sortingEnabled"> - <bool>true</bool> - </property> - <attribute name="horizontalHeaderDefaultSectionSize"> - <number>150</number> - </attribute> - <attribute name="horizontalHeaderDefaultSectionSize"> - <number>150</number> - </attribute> - </widget> - <widget class="QLabel" name="label"> - <property name="geometry"> - <rect> - <x>325</x> - <y>53</y> - <width>50</width> - <height>20</height> - </rect> - </property> - <property name="font"> - <font> - <weight>75</weight> - <bold>true</bold> - </font> - </property> - <property name="text"> - <string>Autor</string> - </property> - <property name="alignment"> - <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> - </property> - </widget> - <widget class="QLabel" name="label_2"> - <property name="geometry"> - <rect> - <x>314</x> - <y>82</y> - <width>61</width> - <height>20</height> - </rect> - </property> - <property name="font"> - <font> - <weight>75</weight> - <bold>true</bold> - </font> - </property> - <property name="text"> - <string>Título</string> - </property> - <property name="alignment"> - <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> - </property> - </widget> - <widget class="QLabel" name="label_3"> - <property name="geometry"> - <rect> - <x>33</x> - <y>53</y> - <width>121</width> - <height>20</height> - </rect> - </property> - <property name="font"> - <font> - <weight>75</weight> - <bold>true</bold> - </font> - </property> - <property name="text"> - <string>Tipo e Formato</string> - </property> - <property name="alignment"> - <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> - </property> - </widget> - <widget class="QLabel" name="label_4"> - <property name="geometry"> - <rect> - <x>13</x> - <y>82</y> - <width>141</width> - <height>20</height> - </rect> - </property> - <property name="font"> - <font> - <weight>75</weight> - <bold>true</bold> - </font> - </property> - <property name="text"> - <string>Disciplina/Assunto</string> - </property> - <property name="alignment"> - <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> - </property> - </widget> - <widget class="QComboBox" name="comboMedia"> - <property name="geometry"> - <rect> - <x>160</x> - <y>50</y> - <width>171</width> - <height>23</height> - </rect> - </property> - </widget> - <widget class="QProgressBar" name="progressBar"> - <property name="geometry"> - <rect> - <x>0</x> - <y>420</y> - <width>221</width> - <height>23</height> - </rect> - </property> - <property name="palette"> - <palette> - <active> - <colorrole role="Base"> - <brush brushstyle="SolidPattern"> - <color alpha="255"> - <red>255</red> - <green>255</green> - <blue>255</blue> - </color> - </brush> - </colorrole> - <colorrole role="Window"> - <brush brushstyle="SolidPattern"> - <color alpha="255"> - <red>94</red> - <green>239</green> - <blue>15</blue> - </color> - </brush> - </colorrole> - <colorrole role="Highlight"> - <brush brushstyle="SolidPattern"> - <color alpha="255"> - <red>29</red> - <green>178</green> - <blue>13</blue> - </color> - </brush> - </colorrole> - <colorrole role="HighlightedText"> - <brush brushstyle="SolidPattern"> - <color alpha="255"> - <red>255</red> - <green>255</green> - <blue>255</blue> - </color> - </brush> - </colorrole> - <colorrole role="Link"> - <brush brushstyle="SolidPattern"> - <color alpha="255"> - <red>118</red> - <green>255</green> - <blue>14</blue> - </color> - </brush> - </colorrole> - </active> - <inactive> - <colorrole role="Base"> - <brush brushstyle="SolidPattern"> - <color alpha="255"> - <red>255</red> - <green>255</green> - <blue>255</blue> - </color> - </brush> - </colorrole> - <colorrole role="Window"> - <brush brushstyle="SolidPattern"> - <color alpha="255"> - <red>94</red> - <green>239</green> - <blue>15</blue> - </color> - </brush> - </colorrole> - <colorrole role="Highlight"> - <brush brushstyle="SolidPattern"> - <color alpha="255"> - <red>29</red> - <green>178</green> - <blue>13</blue> - </color> - </brush> - </colorrole> - <colorrole role="HighlightedText"> - <brush brushstyle="SolidPattern"> - <color alpha="255"> - <red>255</red> - <green>255</green> - <blue>255</blue> - </color> - </brush> - </colorrole> - <colorrole role="Link"> - <brush brushstyle="SolidPattern"> - <color alpha="255"> - <red>118</red> - <green>255</green> - <blue>14</blue> - </color> - </brush> - </colorrole> - </inactive> - <disabled> - <colorrole role="Base"> - <brush brushstyle="SolidPattern"> - <color alpha="255"> - <red>94</red> - <green>239</green> - <blue>15</blue> - </color> - </brush> - </colorrole> - <colorrole role="Window"> - <brush brushstyle="SolidPattern"> - <color alpha="255"> - <red>94</red> - <green>239</green> - <blue>15</blue> - </color> - </brush> - </colorrole> - <colorrole role="Highlight"> - <brush brushstyle="SolidPattern"> - <color alpha="255"> - <red>178</red> - <green>178</green> - <blue>178</blue> - </color> - </brush> - </colorrole> - <colorrole role="HighlightedText"> - <brush brushstyle="SolidPattern"> - <color alpha="255"> - <red>129</red> - <green>150</green> - <blue>123</blue> - </color> - </brush> - </colorrole> - <colorrole role="Link"> - <brush brushstyle="SolidPattern"> - <color alpha="255"> - <red>118</red> - <green>255</green> - <blue>14</blue> - </color> - </brush> - </colorrole> - </disabled> - </palette> - </property> - <property name="cursor"> - <cursorShape>ArrowCursor</cursorShape> - </property> - <property name="value"> - <number>0</number> - </property> - <property name="textVisible"> - <bool>true</bool> - </property> - </widget> - <widget class="QRadioButton" name="radioButton_1"> - <property name="geometry"> - <rect> - <x>60</x> - <y>10</y> - <width>161</width> - <height>24</height> - </rect> - </property> - <property name="font"> - <font> - <weight>75</weight> - <bold>true</bold> - </font> - </property> - <property name="text"> - <string>Domínio Público</string> - </property> - <property name="checked"> - <bool>false</bool> - </property> - </widget> - <widget class="QRadioButton" name="radioButton_2"> - <property name="geometry"> - <rect> - <x>265</x> - <y>10</y> - <width>111</width> - <height>24</height> - </rect> - </property> - <property name="font"> - <font> - <weight>75</weight> - <bold>true</bold> - </font> - </property> - <property name="text"> - <string>TV Escola</string> - </property> - <property name="checked"> - <bool>false</bool> - </property> - </widget> - <widget class="QPushButton" name="helpButton"> - <property name="geometry"> - <rect> - <x>10</x> - <y>10</y> - <width>30</width> - <height>30</height> - </rect> - </property> - <property name="text"> - <string/> - </property> - </widget> - <widget class="QComboBox" name="comboCategory"> - <property name="geometry"> - <rect> - <x>160</x> - <y>80</y> - <width>171</width> - <height>23</height> - </rect> - </property> - </widget> - <widget class="QRadioButton" name="radioButton_3"> - <property name="geometry"> - <rect> - <x>425</x> - <y>10</y> - <width>181</width> - <height>24</height> - </rect> - </property> - <property name="font"> - <font> - <weight>75</weight> - <bold>true</bold> - </font> - </property> - <property name="text"> - <string>Portal do Professor</string> - </property> - <property name="checked"> - <bool>true</bool> - </property> - </widget> + <layout class="QGridLayout" name="gridLayout"> + <property name="sizeConstraint"> + <enum>QLayout::SetDefaultConstraint</enum> + </property> + <property name="verticalSpacing"> + <number>6</number> + </property> + <item row="0" column="0"> + <layout class="QVBoxLayout" name="verticalLayout"> + <property name="sizeConstraint"> + <enum>QLayout::SetFixedSize</enum> + </property> + <item> + <layout class="QHBoxLayout" name="horizontalLayout"> + <property name="sizeConstraint"> + <enum>QLayout::SetFixedSize</enum> + </property> + <item> + <widget class="QPushButton" name="helpButton"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="minimumSize"> + <size> + <width>30</width> + <height>30</height> + </size> + </property> + <property name="maximumSize"> + <size> + <width>30</width> + <height>30</height> + </size> + </property> + <property name="text"> + <string/> + </property> + </widget> + </item> + <item> + <spacer name="horizontalSpacer"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeType"> + <enum>QSizePolicy::Fixed</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>100</width> + <height>20</height> + </size> + </property> + </spacer> + </item> + <item> + <widget class="QRadioButton" name="radioButton_1"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="font"> + <font> + <weight>75</weight> + <bold>true</bold> + </font> + </property> + <property name="text"> + <string>Domínio Público</string> + </property> + <property name="checked"> + <bool>false</bool> + </property> + </widget> + </item> + <item> + <widget class="QRadioButton" name="radioButton_2"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="font"> + <font> + <weight>75</weight> + <bold>true</bold> + </font> + </property> + <property name="text"> + <string>TV Escola</string> + </property> + <property name="checked"> + <bool>false</bool> + </property> + </widget> + </item> + <item> + <widget class="QRadioButton" name="radioButton_3"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="font"> + <font> + <weight>75</weight> + <bold>true</bold> + </font> + </property> + <property name="text"> + <string>Portal do Professor</string> + </property> + <property name="checked"> + <bool>true</bool> + </property> + </widget> + </item> + </layout> + </item> + <item> + <layout class="QHBoxLayout" name="horizontalLayout_2"> + <property name="sizeConstraint"> + <enum>QLayout::SetFixedSize</enum> + </property> + <item> + <layout class="QFormLayout" name="formLayout"> + <property name="sizeConstraint"> + <enum>QLayout::SetFixedSize</enum> + </property> + <property name="fieldGrowthPolicy"> + <enum>QFormLayout::AllNonFixedFieldsGrow</enum> + </property> + <property name="rowWrapPolicy"> + <enum>QFormLayout::DontWrapRows</enum> + </property> + <property name="labelAlignment"> + <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> + </property> + <property name="formAlignment"> + <set>Qt::AlignCenter</set> + </property> + <item row="0" column="0"> + <widget class="QLabel" name="label_3"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="font"> + <font> + <weight>75</weight> + <bold>true</bold> + </font> + </property> + <property name="text"> + <string>Tipo e Formato</string> + </property> + <property name="alignment"> + <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> + </property> + </widget> + </item> + <item row="0" column="1"> + <widget class="QComboBox" name="comboMedia"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="minimumSize"> + <size> + <width>100</width> + <height>0</height> + </size> + </property> + <property name="maximumSize"> + <size> + <width>200</width> + <height>16777215</height> + </size> + </property> + </widget> + </item> + <item row="1" column="0"> + <widget class="QLabel" name="label_4"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="font"> + <font> + <weight>75</weight> + <bold>true</bold> + </font> + </property> + <property name="text"> + <string>Disciplina/Assunto</string> + </property> + <property name="alignment"> + <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> + </property> + </widget> + </item> + <item row="1" column="1"> + <widget class="QComboBox" name="comboCategory"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Fixed" vsizetype="Preferred"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="minimumSize"> + <size> + <width>100</width> + <height>0</height> + </size> + </property> + <property name="maximumSize"> + <size> + <width>200</width> + <height>16777215</height> + </size> + </property> + </widget> + </item> + </layout> + </item> + <item> + <spacer name="horizontalSpacer_2"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeType"> + <enum>QSizePolicy::Fixed</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>50</width> + <height>20</height> + </size> + </property> + </spacer> + </item> + <item> + <layout class="QFormLayout" name="formLayout_2"> + <property name="sizeConstraint"> + <enum>QLayout::SetFixedSize</enum> + </property> + <property name="fieldGrowthPolicy"> + <enum>QFormLayout::AllNonFixedFieldsGrow</enum> + </property> + <property name="labelAlignment"> + <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> + </property> + <property name="formAlignment"> + <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set> + </property> + <item row="0" column="0"> + <widget class="QLabel" name="label"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="font"> + <font> + <weight>75</weight> + <bold>true</bold> + </font> + </property> + <property name="text"> + <string>Autor</string> + </property> + <property name="alignment"> + <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> + </property> + </widget> + </item> + <item row="0" column="1"> + <widget class="QLineEdit" name="lineAuthor"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="text"> + <string/> + </property> + </widget> + </item> + <item row="1" column="0"> + <widget class="QLabel" name="label_2"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="font"> + <font> + <weight>75</weight> + <bold>true</bold> + </font> + </property> + <property name="text"> + <string>Título</string> + </property> + <property name="alignment"> + <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> + </property> + </widget> + </item> + <item row="1" column="1"> + <widget class="QLineEdit" name="lineTitle"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + </widget> + </item> + </layout> + </item> + </layout> + </item> + <item> + <layout class="QHBoxLayout" name="horizontalLayout_3"> + <property name="sizeConstraint"> + <enum>QLayout::SetFixedSize</enum> + </property> + <item> + <widget class="QPushButton" name="pushButton_Search"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="maximumSize"> + <size> + <width>100</width> + <height>100</height> + </size> + </property> + <property name="font"> + <font/> + </property> + <property name="layoutDirection"> + <enum>Qt::LeftToRight</enum> + </property> + <property name="text"> + <string/> + </property> + <property name="flat"> + <bool>false</bool> + </property> + </widget> + </item> + </layout> + </item> + </layout> + </item> + <item row="1" column="0"> + <layout class="QVBoxLayout" name="verticalLayout_2"> + <item> + <widget class="QTableView" name="tableResult"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> + <horstretch>50</horstretch> + <verstretch>50</verstretch> + </sizepolicy> + </property> + <property name="palette"> + <palette> + <active> + <colorrole role="Shadow"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>34</red> + <green>183</green> + <blue>11</blue> + </color> + </brush> + </colorrole> + </active> + <inactive> + <colorrole role="Shadow"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>34</red> + <green>183</green> + <blue>11</blue> + </color> + </brush> + </colorrole> + </inactive> + <disabled> + <colorrole role="Shadow"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>34</red> + <green>183</green> + <blue>11</blue> + </color> + </brush> + </colorrole> + </disabled> + </palette> + </property> + <property name="editTriggers"> + <set>QAbstractItemView::NoEditTriggers</set> + </property> + <property name="alternatingRowColors"> + <bool>true</bool> + </property> + <property name="selectionMode"> + <enum>QAbstractItemView::SingleSelection</enum> + </property> + <property name="selectionBehavior"> + <enum>QAbstractItemView::SelectRows</enum> + </property> + <property name="sortingEnabled"> + <bool>true</bool> + </property> + <attribute name="horizontalHeaderDefaultSectionSize"> + <number>150</number> + </attribute> + </widget> + </item> + <item> + <widget class="QProgressBar" name="progressBar"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="palette"> + <palette> + <active> + <colorrole role="Base"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>255</red> + <green>255</green> + <blue>255</blue> + </color> + </brush> + </colorrole> + <colorrole role="Window"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>94</red> + <green>239</green> + <blue>15</blue> + </color> + </brush> + </colorrole> + <colorrole role="Highlight"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>29</red> + <green>178</green> + <blue>13</blue> + </color> + </brush> + </colorrole> + <colorrole role="HighlightedText"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>255</red> + <green>255</green> + <blue>255</blue> + </color> + </brush> + </colorrole> + <colorrole role="Link"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>118</red> + <green>255</green> + <blue>14</blue> + </color> + </brush> + </colorrole> + </active> + <inactive> + <colorrole role="Base"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>255</red> + <green>255</green> + <blue>255</blue> + </color> + </brush> + </colorrole> + <colorrole role="Window"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>94</red> + <green>239</green> + <blue>15</blue> + </color> + </brush> + </colorrole> + <colorrole role="Highlight"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>29</red> + <green>178</green> + <blue>13</blue> + </color> + </brush> + </colorrole> + <colorrole role="HighlightedText"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>255</red> + <green>255</green> + <blue>255</blue> + </color> + </brush> + </colorrole> + <colorrole role="Link"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>118</red> + <green>255</green> + <blue>14</blue> + </color> + </brush> + </colorrole> + </inactive> + <disabled> + <colorrole role="Base"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>94</red> + <green>239</green> + <blue>15</blue> + </color> + </brush> + </colorrole> + <colorrole role="Window"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>94</red> + <green>239</green> + <blue>15</blue> + </color> + </brush> + </colorrole> + <colorrole role="Highlight"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>178</red> + <green>178</green> + <blue>178</blue> + </color> + </brush> + </colorrole> + <colorrole role="HighlightedText"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>129</red> + <green>150</green> + <blue>123</blue> + </color> + </brush> + </colorrole> + <colorrole role="Link"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>118</red> + <green>255</green> + <blue>14</blue> + </color> + </brush> + </colorrole> + </disabled> + </palette> + </property> + <property name="cursor"> + <cursorShape>ArrowCursor</cursorShape> + </property> + <property name="value"> + <number>0</number> + </property> + <property name="textVisible"> + <bool>true</bool> + </property> + </widget> + </item> + </layout> + </item> + </layout> </widget> <resources/> <connections/>