|
15 | 15 | </property>
|
16 | 16 | <widget class="QWidget" name="dockWidgetContents">
|
17 | 17 | <layout class="QGridLayout" name="gridLayout_2">
|
18 |
| - <item row="2" column="0" colspan="3"> |
19 |
| - <widget class="QListView" name="mErrorListView"/> |
20 |
| - </item> |
21 |
| - <item row="1" column="0"> |
22 |
| - <widget class="QLabel" name="mValidationRunningLabel"> |
23 |
| - <property name="text"> |
24 |
| - <string/> |
25 |
| - </property> |
26 |
| - </widget> |
27 |
| - </item> |
28 |
| - <item row="3" column="0" colspan="3"> |
| 18 | + <item row="3" column="0" colspan="2"> |
29 | 19 | <widget class="QWidget" name="mProblemDetailWidget" native="true">
|
30 | 20 | <layout class="QGridLayout" name="gridLayout">
|
| 21 | + <item row="1" column="2"> |
| 22 | + <widget class="QPushButton" name="mZoomToProblemButton"> |
| 23 | + <property name="text"> |
| 24 | + <string>Zoom To Problem</string> |
| 25 | + </property> |
| 26 | + <property name="icon"> |
| 27 | + <iconset resource="../../images/images.qrc"> |
| 28 | + <normaloff>:/images/themes/default/mActionZoomToLayer.svg</normaloff>:/images/themes/default/mActionZoomToLayer.svg</iconset> |
| 29 | + </property> |
| 30 | + </widget> |
| 31 | + </item> |
31 | 32 | <item row="1" column="0">
|
| 33 | + <widget class="QToolButton" name="mPreviousButton"> |
| 34 | + <property name="text"> |
| 35 | + <string>Previous</string> |
| 36 | + </property> |
| 37 | + <property name="arrowType"> |
| 38 | + <enum>Qt::LeftArrow</enum> |
| 39 | + </property> |
| 40 | + </widget> |
| 41 | + </item> |
| 42 | + <item row="1" column="1"> |
32 | 43 | <widget class="QPushButton" name="mZoomToFeatureButton">
|
33 | 44 | <property name="text">
|
34 | 45 | <string>Zoom To Feature</string>
|
35 | 46 | </property>
|
| 47 | + <property name="icon"> |
| 48 | + <iconset resource="../../images/images.qrc"> |
| 49 | + <normaloff>:/images/themes/default/mActionZoomToSelected.svg</normaloff>:/images/themes/default/mActionZoomToSelected.svg</iconset> |
| 50 | + </property> |
36 | 51 | </widget>
|
37 | 52 | </item>
|
38 |
| - <item row="1" column="1"> |
39 |
| - <widget class="QPushButton" name="mZoomToProblemButton"> |
| 53 | + <item row="1" column="3"> |
| 54 | + <widget class="QToolButton" name="mNextButton"> |
40 | 55 | <property name="text">
|
41 |
| - <string>Zoom To Problem</string> |
| 56 | + <string>Next</string> |
| 57 | + </property> |
| 58 | + <property name="arrowType"> |
| 59 | + <enum>Qt::RightArrow</enum> |
42 | 60 | </property>
|
43 | 61 | </widget>
|
44 | 62 | </item>
|
45 |
| - <item row="0" column="0" colspan="2"> |
| 63 | + <item row="0" column="1" colspan="2"> |
46 | 64 | <widget class="QLabel" name="mProblemDescriptionLabel">
|
47 | 65 | <property name="text">
|
48 | 66 | <string>Detailed Desctiption</string>
|
49 | 67 | </property>
|
| 68 | + <property name="wordWrap"> |
| 69 | + <bool>true</bool> |
| 70 | + </property> |
50 | 71 | </widget>
|
51 | 72 | </item>
|
52 |
| - <item row="3" column="0" colspan="2"> |
| 73 | + <item row="3" column="1" colspan="2"> |
53 | 74 | <widget class="QWidget" name="mResolutionWidget" native="true">
|
54 | 75 | <layout class="QVBoxLayout" name="verticalLayout"/>
|
55 | 76 | </widget>
|
56 | 77 | </item>
|
57 | 78 | </layout>
|
58 | 79 | </widget>
|
59 | 80 | </item>
|
60 |
| - <item row="0" column="2"> |
| 81 | + <item row="2" column="0" colspan="2"> |
| 82 | + <widget class="QListView" name="mErrorListView"/> |
| 83 | + </item> |
| 84 | + <item row="1" column="0"> |
| 85 | + <widget class="QLabel" name="mValidationRunningLabel"> |
| 86 | + <property name="text"> |
| 87 | + <string/> |
| 88 | + </property> |
| 89 | + </widget> |
| 90 | + </item> |
| 91 | + <item row="0" column="1"> |
61 | 92 | <widget class="QToolButton" name="mTopologyChecksPendingButton">
|
62 | 93 | <property name="text">
|
63 | 94 | <string>...</string>
|
|
68 | 99 | </property>
|
69 | 100 | </widget>
|
70 | 101 | </item>
|
71 |
| - <item row="4" column="0" colspan="3"> |
72 |
| - <layout class="QHBoxLayout" name="horizontalLayout_2"> |
73 |
| - <item> |
74 |
| - <widget class="QPushButton" name="mPreviousButton"> |
75 |
| - <property name="text"> |
76 |
| - <string>Previous</string> |
77 |
| - </property> |
78 |
| - </widget> |
79 |
| - </item> |
80 |
| - <item> |
81 |
| - <widget class="QPushButton" name="mNextButton"> |
82 |
| - <property name="text"> |
83 |
| - <string>Next</string> |
84 |
| - </property> |
85 |
| - </widget> |
86 |
| - </item> |
87 |
| - </layout> |
88 |
| - </item> |
89 | 102 | </layout>
|
90 | 103 | </widget>
|
91 | 104 | </widget>
|
|
99 | 112 | </customwidgets>
|
100 | 113 | <resources>
|
101 | 114 | <include location="../../images/images.qrc"/>
|
102 |
| - <include location="../../images/images.qrc"/> |
103 |
| - <include location="../../images/images.qrc"/> |
104 |
| - <include location="../../images/images.qrc"/> |
105 |
| - <include location="../../images/images.qrc"/> |
106 |
| - <include location="../../images/images.qrc"/> |
107 |
| - <include location="../../images/images.qrc"/> |
108 |
| - <include location="../../images/images.qrc"/> |
109 |
| - <include location="../../images/images.qrc"/> |
110 |
| - <include location="../../images/images.qrc"/> |
111 |
| - <include location="../../images/images.qrc"/> |
112 |
| - <include location="../../images/images.qrc"/> |
113 |
| - <include location="../../images/images.qrc"/> |
114 |
| - <include location="../../images/images.qrc"/> |
115 |
| - <include location="../../images/images.qrc"/> |
116 |
| - <include location="../../images/images.qrc"/> |
117 |
| - <include location="../../images/images.qrc"/> |
118 |
| - <include location="../../images/images.qrc"/> |
119 |
| - <include location="../../images/images.qrc"/> |
120 |
| - <include location="../../images/images.qrc"/> |
121 |
| - <include location="../../images/images.qrc"/> |
122 |
| - <include location="../../images/images.qrc"/> |
123 |
| - <include location="../../images/images.qrc"/> |
124 |
| - <include location="../../images/images.qrc"/> |
125 |
| - <include location="../../images/images.qrc"/> |
126 |
| - <include location="../../images/images.qrc"/> |
127 |
| - <include location="../../images/images.qrc"/> |
128 |
| - <include location="../../images/images.qrc"/> |
129 |
| - <include location="../../images/images.qrc"/> |
130 |
| - <include location="../../images/images.qrc"/> |
131 |
| - <include location="../../images/images.qrc"/> |
132 | 115 | </resources>
|
133 | 116 | <connections/>
|
134 | 117 | </ui>
|
0 commit comments