diff options
author | Paweł Jastrzębski <pawelj@vulturis.eu> | 2013-06-11 12:54:23 +0200 |
---|---|---|
committer | Paweł Jastrzębski <pawelj@vulturis.eu> | 2013-06-11 12:54:23 +0200 |
commit | 98bc6fbe4cc887c5cb10f0db5d2695efb19105c8 (patch) | |
tree | bf57c708a7437ef2d3f3ca80ae356930a608541a /KCC.ui | |
parent | Moved conversion to separate thread. No more UI freezes. (diff) | |
download | kcc-98bc6fbe4cc887c5cb10f0db5d2695efb19105c8.tar.gz kcc-98bc6fbe4cc887c5cb10f0db5d2695efb19105c8.tar.bz2 kcc-98bc6fbe4cc887c5cb10f0db5d2695efb19105c8.zip |
Added progress bar
Diffstat (limited to 'KCC.ui')
-rw-r--r-- | KCC.ui | 20 |
1 files changed, 16 insertions, 4 deletions
diff --git a/KCC.ui b/KCC.ui index 6a27a95..d09ecf3 100644 --- a/KCC.ui +++ b/KCC.ui @@ -504,10 +504,6 @@ <enum>Qt::Horizontal</enum> </property> </widget> - <zorder>GammaLabel</zorder> - <zorder>GammaSlider</zorder> - <zorder>OptionsExpert</zorder> - <zorder>OptionsExpert</zorder> </widget> <widget class="QFrame" name="OptionsExpert"> <property name="geometry"> @@ -585,6 +581,22 @@ </item> </layout> </widget> + <widget class="QProgressBar" name="ProgressBar"> + <property name="geometry"> + <rect> + <x>10</x> + <y>10</y> + <width>401</width> + <height>31</height> + </rect> + </property> + <property name="value"> + <number>0</number> + </property> + <property name="textVisible"> + <bool>false</bool> + </property> + </widget> </widget> <action name="ActionBasic"> <property name="checkable"> |