Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9, 1.9.1, and 1.9.2

workbench: add separators in toolbar

grouping back and forward actions

Changeset 561211c10f60

Parent c7e0f3b766fd

by Adrian Buehlmann

Changes to 2 files · Browse files at 561211c10f60 Showing diff from parent c7e0f3b766fd Diff from another changeset...

 
91
92
93
 
94
95
 
96
97
98
 
91
92
93
94
95
96
97
98
99
100
@@ -91,8 +91,10 @@
  <bool>false</bool>   </attribute>   <addaction name="actionRefresh"/> + <addaction name="separator"/>   <addaction name="actionBack"/>   <addaction name="actionForward"/> + <addaction name="separator"/>   </widget>   <widget class="QToolBar" name="toolBar_treefilters">   <property name="enabled">
 
2
3
4
5
 
6
7
8
 
89
90
91
 
92
93
 
94
95
96
 
2
3
4
 
5
6
7
8
 
89
90
91
92
93
94
95
96
97
98
@@ -2,7 +2,7 @@
   # Form implementation generated from reading ui file 'C:\Users\adi\hgrepos\thg-qt\tortoisehg\hgqt\workbench.ui'  # -# Created: Sat May 15 19:47:55 2010 +# Created: Sat May 15 20:00:23 2010  # by: PyQt4 UI code generator 4.7.3  #  # WARNING! All changes made in this file will be lost! @@ -89,8 +89,10 @@
  self.menubar.addAction(self.menuFile.menuAction())   self.menubar.addAction(self.menuHelp.menuAction())   self.toolBar_edit.addAction(self.actionRefresh) + self.toolBar_edit.addSeparator()   self.toolBar_edit.addAction(self.actionBack)   self.toolBar_edit.addAction(self.actionForward) + self.toolBar_edit.addSeparator()   self.toolBar_help.addAction(self.actionHelp)     self.retranslateUi(MainWindow)