aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/main_window_layout.cpp
AgeCommit message (Collapse)AuthorFilesLines
2018-06-01Qt: Rename MainWelcomeRoland Knall1-1/+1
Currently exist two main pages within Wireshark. The first being the main welcome page and the second the packet capture page. The first is called "main_welcome.?" and the second is actually the master_split_ object defined in main_window.h. The first being a QFrame, the second not. In preparation for future developments (dockable windows, multiple capture files), this is being corrected, with the main welcome being renamed as welcome_page as a first step Change-Id: I40703e6ed15ff6f6b62b2a3cf31f5636ac6da9ec Reviewed-on: https://code.wireshark.org/review/27949 Petri-Dish: Roland Knall <rknall@gmail.com> Reviewed-by: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Roland Knall <rknall@gmail.com>
2018-06-01Qt: Move Layout and clear master_split useRoland Knall1-0/+238
master_split_ must be moved to a more prominent widget, as it is in actuality the main widget of the application. Change-Id: Id45b60f5f57c982c1890318eec9fa87ab61a9e19 Reviewed-on: https://code.wireshark.org/review/27942 Petri-Dish: Roland Knall <rknall@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Roland Knall <rknall@gmail.com>