#962 Added axis-icons in the project tree.
@ -478,7 +478,7 @@ QImage RimSummaryPlot::snapshotWindowContent()
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RimSummaryPlot::defineUiTreeOrdering(caf::PdmUiTreeOrdering& uiTreeOrdering, QString uiConfigName /*= ""*/)
|
||||
{
|
||||
caf::PdmUiTreeOrdering* axisFolder = uiTreeOrdering.add("Axis", ":/Folder.png");
|
||||
caf::PdmUiTreeOrdering* axisFolder = uiTreeOrdering.add("Axes", ":/Axes16x16.png");
|
||||
axisFolder->add(&m_timeAxisProperties);
|
||||
axisFolder->add(&m_leftYAxisProperties);
|
||||
axisFolder->add(&m_rightYAxisProperties);
|
||||
|
@ -32,7 +32,7 @@ CAF_PDM_SOURCE_INIT(RimSummaryTimeAxisProperties, "SummaryTimeAxisProperties");
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
RimSummaryTimeAxisProperties::RimSummaryTimeAxisProperties()
|
||||
{
|
||||
CAF_PDM_InitObject("Time Axis", ":/SummaryPlot16x16.png", "", "");
|
||||
CAF_PDM_InitObject("Time Axis", ":/BottomAxis16x16.png", "", "");
|
||||
|
||||
CAF_PDM_InitField(&m_isActive, "Active", true, "Active", "", "", "");
|
||||
m_isActive.uiCapability()->setUiHidden(true);
|
||||
|
@ -42,7 +42,7 @@ CAF_PDM_SOURCE_INIT(RimSummaryYAxisProperties, "SummaryYAxisProperties");
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
RimSummaryYAxisProperties::RimSummaryYAxisProperties()
|
||||
{
|
||||
CAF_PDM_InitObject("Y-Axis Properties", ":/SummaryPlot16x16.png", "", "");
|
||||
CAF_PDM_InitObject("Y-Axis Properties", ":/LeftAxis16x16.png", "", "");
|
||||
|
||||
CAF_PDM_InitField(&m_isActive, "Active", true, "Active", "", "", "");
|
||||
m_isActive.uiCapability()->setUiHidden(true);
|
||||
@ -106,6 +106,8 @@ void RimSummaryYAxisProperties::setNameAndAxis(const QString& name, QwtPlot::Axi
|
||||
{
|
||||
m_name = name;
|
||||
m_axis = axis;
|
||||
|
||||
if (axis == QwtPlot::yRight) this->setUiIcon(QIcon(":/RightAxis16x16.png"));
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
BIN
ApplicationCode/Resources/Axes16x16.png
Normal file
After Width: | Height: | Size: 221 B |
BIN
ApplicationCode/Resources/BottomAxis16x16.png
Normal file
After Width: | Height: | Size: 202 B |
BIN
ApplicationCode/Resources/Copy.png
Normal file
After Width: | Height: | Size: 303 B |
BIN
ApplicationCode/Resources/Erase.png
Normal file
After Width: | Height: | Size: 269 B |
BIN
ApplicationCode/Resources/LeftAxis16x16.png
Normal file
After Width: | Height: | Size: 200 B |
@ -62,8 +62,8 @@
|
||||
<file>SummaryCurveFilter16x16.png</file>
|
||||
<file>FormationCollection16x16.png</file>
|
||||
<file>Formations16x16.png</file>
|
||||
<file>Parallel16x16.png</file>
|
||||
<file>Perspective16x16.png</file>
|
||||
<file>Parallel24x24.png</file>
|
||||
<file>Perspective24x24.png</file>
|
||||
<file>IntersectionBox16x16.png</file>
|
||||
<file>IntersectionXPlane16x16.png</file>
|
||||
<file>IntersectionYPlane16x16.png</file>
|
||||
@ -73,6 +73,13 @@
|
||||
<file>3DView16x16.png</file>
|
||||
<file>SummaryCase48x48.png</file>
|
||||
<file>openFolder24x24.png</file>
|
||||
<file>clipboard.png</file>
|
||||
<file>Copy.png</file>
|
||||
<file>Erase.png</file>
|
||||
<file>LeftAxis16x16.png</file>
|
||||
<file>RightAxis16x16.png</file>
|
||||
<file>BottomAxis16x16.png</file>
|
||||
<file>Axes16x16.png</file>
|
||||
</qresource>
|
||||
<qresource prefix="/Shader/">
|
||||
<file>fs_CellFace.glsl</file>
|
||||
|
BIN
ApplicationCode/Resources/RightAxis16x16.png
Normal file
After Width: | Height: | Size: 193 B |
BIN
ApplicationCode/Resources/clipboard.png
Normal file
After Width: | Height: | Size: 293 B |