git-svn-id: svn://db.shs.com.ru/libs@504 a8b55f48-bf90-11e4-a774-851b48703e85
This commit is contained in:
@@ -45,7 +45,8 @@ void BlockView::_init() {
|
|||||||
smode = BlockView::MultiSelection;
|
smode = BlockView::MultiSelection;
|
||||||
cur_scl = thumb_scl = prev_app_scale = 1.;
|
cur_scl = thumb_scl = prev_app_scale = 1.;
|
||||||
_talpha = 0.;
|
_talpha = 0.;
|
||||||
ae_enabled = is_nav_anim = is_block_anim = true;
|
ae_enabled = is_block_anim = true;
|
||||||
|
is_nav_anim = false;
|
||||||
nav_prev_aa = nav_prev_imaa = nav_prev_grid = true;
|
nav_prev_aa = nav_prev_imaa = nav_prev_grid = true;
|
||||||
thumb_size = QSizeF(200, 200);
|
thumb_size = QSizeF(200, 200);
|
||||||
if (scene() == 0) {
|
if (scene() == 0) {
|
||||||
|
|||||||
@@ -28,9 +28,9 @@
|
|||||||
<item>
|
<item>
|
||||||
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="label">
|
<widget class="QLabel" name="labelCols">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Rows:</string>
|
<string>Cols:</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
@@ -42,9 +42,9 @@
|
|||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="labelCols">
|
<widget class="QLabel" name="label">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Cols:</string>
|
<string>Rows:</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
|||||||
Reference in New Issue
Block a user