~ubuntu-branches/ubuntu/karmic/digikam/karmic-backports

« back to all changes in this revision

Viewing changes to utilities/searchwindow/searchgroup.h

  • Committer: Bazaar Package Importer
  • Author(s): Ubuntu Archive Auto-Backport
  • Date: 2009-12-07 19:03:53 UTC
  • mfrom: (54.1.4 lucid)
  • Revision ID: james.westby@ubuntu.com-20091207190353-oara3lenjxymto3i
Tags: 2:1.0.0~rc-1ubuntu1~karmic1
Automated backport upload; no source changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
122
122
 
123
123
protected:
124
124
 
125
 
    virtual void paintEvent(QPaintEvent *ev);
 
125
    virtual void paintEvent(QPaintEvent*);
126
126
 
127
127
    void setExtended(bool extended);
128
128
    void adjustOperatorOptions();
130
130
 
131
131
private:
132
132
 
133
 
    bool                           m_extended;
134
 
    SearchXml::Operator            m_groupOp;
135
 
    SearchXml::Operator            m_fieldOp;
136
 
    QGridLayout                   *m_layout;
137
 
    //QComboBox                     *m_groupOpBox;
138
 
    RClickLabel                   *m_groupOpLabel;
139
 
    QRadioButton                  *m_allBox;
140
 
    QRadioButton                  *m_anyBox;
141
 
    QRadioButton                  *m_noneBox;
142
 
    QRadioButton                  *m_oneNotBox;
143
 
    RClickLabel                    *m_optionsLabel;
144
 
    RClickLabel                    *m_removeLabel;
145
 
    QStackedLayout                *m_stackedLayout;
146
 
    SearchViewThemedPartsCache    *m_themeCache;
 
133
    bool                        m_extended;
 
134
    SearchXml::Operator         m_groupOp;
 
135
    SearchXml::Operator         m_fieldOp;
 
136
    QGridLayout                *m_layout;
 
137
    //QComboBox                  *m_groupOpBox;
 
138
    RClickLabel                *m_groupOpLabel;
 
139
    QRadioButton               *m_allBox;
 
140
    QRadioButton               *m_anyBox;
 
141
    QRadioButton               *m_noneBox;
 
142
    QRadioButton               *m_oneNotBox;
 
143
    RClickLabel                *m_optionsLabel;
 
144
    RClickLabel                *m_removeLabel;
 
145
    QStackedLayout             *m_stackedLayout;
 
146
    SearchViewThemedPartsCache *m_themeCache;
147
147
};
148
148
 
149
149
} // namespace Digikam