summaryrefslogtreecommitdiff
path: root/ui/qt/main_window.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2012-08-17 00:58:50 +0000
committerGerald Combs <gerald@wireshark.org>2012-08-17 00:58:50 +0000
commit2fe5163ec30e30d5b8b875d34efb4d722dc340a1 (patch)
tree8ba0fafe4ba6e21d6856e7b719ff9a08557eba64 /ui/qt/main_window.h
parent98eab94319d0145aa133e2b005f7b9756df222bc (diff)
downloadwireshark-2fe5163ec30e30d5b8b875d34efb4d722dc340a1.tar.gz
Lay out the welcome screen using Qt Designer.
svn path=/trunk/; revision=44547
Diffstat (limited to 'ui/qt/main_window.h')
-rw-r--r--ui/qt/main_window.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/ui/qt/main_window.h b/ui/qt/main_window.h
index 995f50321e..e65cba8796 100644
--- a/ui/qt/main_window.h
+++ b/ui/qt/main_window.h
@@ -57,13 +57,13 @@ protected:
void keyPressEvent(QKeyEvent *event);
private:
- Ui::MainWindow *ui;
- QMenu *openRecentMenu;
- QSplitter *splitterV;
- MainWelcome *mainWelcome;
- DisplayFilterCombo *dfComboBox;
- capture_file *capFile;
- PacketList *m_packetList;
+ Ui::MainWindow *main_ui_;
+ QMenu *open_recent_menu_;
+ QSplitter *splitter_v_;
+ MainWelcome *main_welcome_;
+ DisplayFilterCombo *df_combo_box_;
+ capture_file *cap_file_;
+ PacketList *packet_list_;
signals:
void showProgress(progdlg_t **dlg_p, bool animate, const QString message, bool terminate_is_stop, bool *stop_flag, float pct);