Merge lp:~stefan-schwarzburg/qreator/fix-bug-1031659 into lp:~dpm/qreator/trunk

Proposed by Schwarzburg
Status: Merged
Merged at revision: 119
Proposed branch: lp:~stefan-schwarzburg/qreator/fix-bug-1031659
Merge into: lp:~dpm/qreator/trunk
Diff against target: 46 lines (+5/-3)
1 file modified
data/ui/QreatorWindow.ui (+5/-3)
To merge this branch: bzr merge lp:~stefan-schwarzburg/qreator/fix-bug-1031659
Reviewer Review Type Date Requested Status
David Planella Approve
Review via email: mp+118187@code.launchpad.net

Description of the change

Changed toggle buttons to radio buttons of a single group. This way the toggled state indicates on which page you are on.

To post a comment you must log in.
117. By Schwarzburg

merge with trunk

Revision history for this message
David Planella (dpm) wrote :

I love the simplicity of the change, thanks. Merged

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'data/ui/QreatorWindow.ui'
--- data/ui/QreatorWindow.ui 2012-06-05 17:37:50 +0000
+++ data/ui/QreatorWindow.ui 2012-08-05 14:31:19 +0000
@@ -120,7 +120,7 @@
120 <property name="hexpand">True</property>120 <property name="hexpand">True</property>
121 <property name="icon_size">5</property>121 <property name="icon_size">5</property>
122 <child>122 <child>
123 <object class="GtkToggleToolButton" id="toolbuttonNew">123 <object class="GtkRadioToolButton" id="toolbuttonNew">
124 <property name="use_action_appearance">False</property>124 <property name="use_action_appearance">False</property>
125 <property name="visible">True</property>125 <property name="visible">True</property>
126 <property name="can_focus">False</property>126 <property name="can_focus">False</property>
@@ -140,7 +140,7 @@
140 </packing>140 </packing>
141 </child>141 </child>
142 <child>142 <child>
143 <object class="GtkToggleToolButton" id="toolbuttonHistory">143 <object class="GtkRadioToolButton" id="toolbuttonHistory">
144 <property name="use_action_appearance">False</property>144 <property name="use_action_appearance">False</property>
145 <property name="can_focus">False</property>145 <property name="can_focus">False</property>
146 <property name="tooltip_text" translatable="yes">Browse QR codes history</property>146 <property name="tooltip_text" translatable="yes">Browse QR codes history</property>
@@ -148,6 +148,7 @@
148 <property name="label" translatable="yes">History</property>148 <property name="label" translatable="yes">History</property>
149 <property name="use_underline">True</property>149 <property name="use_underline">True</property>
150 <property name="icon_name">document-open-recent</property>150 <property name="icon_name">document-open-recent</property>
151 <property name="group">toolbuttonNew</property>
151 </object>152 </object>
152 <packing>153 <packing>
153 <property name="expand">False</property>154 <property name="expand">False</property>
@@ -155,7 +156,7 @@
155 </packing>156 </packing>
156 </child>157 </child>
157 <child>158 <child>
158 <object class="GtkToggleToolButton" id="toolbuttonAbout">159 <object class="GtkRadioToolButton" id="toolbuttonAbout">
159 <property name="use_action_appearance">False</property>160 <property name="use_action_appearance">False</property>
160 <property name="visible">True</property>161 <property name="visible">True</property>
161 <property name="can_focus">False</property>162 <property name="can_focus">False</property>
@@ -164,6 +165,7 @@
164 <property name="label" translatable="yes">About</property>165 <property name="label" translatable="yes">About</property>
165 <property name="use_underline">True</property>166 <property name="use_underline">True</property>
166 <property name="icon_widget">image1</property>167 <property name="icon_widget">image1</property>
168 <property name="group">toolbuttonNew</property>
167 </object>169 </object>
168 <packing>170 <packing>
169 <property name="expand">False</property>171 <property name="expand">False</property>

Subscribers

People subscribed via source and target branches

to all changes: