filemanager/src/filemanager/src/components/fmviewdetailsitem.cpp
changeset 33 328cf6fbe40c
parent 25 b7bfdea70ca2
equal deleted inserted replaced
32:39cf9ced4cc4 33:328cf6fbe40c
    79     }
    79     }
    80 
    80 
    81 
    81 
    82     mDetailsContentLabel = new HbLabel("");
    82     mDetailsContentLabel = new HbLabel("");
    83     mDetailsContentLabel->setFontSpec( HbFontSpec( HbFontSpec::Primary ) );
    83     mDetailsContentLabel->setFontSpec( HbFontSpec( HbFontSpec::Primary ) );
       
    84     mDetailsContentLabel->setObjectName( "detaisContentLabel" );
    84     mLayout->addItem( mDetailsContentLabel );
    85     mLayout->addItem( mDetailsContentLabel );
    85     mLayout->setAlignment( mDetailsContentLabel, Qt::AlignLeft );
    86     mLayout->setAlignment( mDetailsContentLabel, Qt::AlignLeft );
    86 
    87 
    87     mDetailsLabel = new HbLabel("");
    88     mDetailsLabel = new HbLabel("");
    88     mDetailsLabel->setFontSpec( HbFontSpec( HbFontSpec::Secondary ) );
    89     mDetailsLabel->setFontSpec( HbFontSpec( HbFontSpec::Secondary ) );
       
    90     mDetailsLabel->setObjectName( "detailsLabel" );
    89     mLayout->addItem( mDetailsLabel );
    91     mLayout->addItem( mDetailsLabel );
    90     mLayout->setAlignment( mDetailsLabel, Qt::AlignLeft );
    92     mLayout->setAlignment( mDetailsLabel, Qt::AlignLeft );
    91 
    93 
    92     setLayout( mLayout );
    94     setLayout( mLayout );
    93 }
    95 }