mirror of
				https://git.wownero.com/wowlet/wowlet.git
				synced 2024-08-15 01:03:14 +00:00 
			
		
		
		
	TxConfDialog: make amounts selectable
This commit is contained in:
		
							parent
							
								
									f029820a37
								
							
						
					
					
						commit
						a0daadc0cb
					
				
					 1 changed files with 13 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -7,7 +7,7 @@
 | 
			
		|||
    <x>0</x>
 | 
			
		||||
    <y>0</y>
 | 
			
		||||
    <width>655</width>
 | 
			
		||||
    <height>232</height>
 | 
			
		||||
    <height>248</height>
 | 
			
		||||
   </rect>
 | 
			
		||||
  </property>
 | 
			
		||||
  <property name="windowTitle">
 | 
			
		||||
| 
						 | 
				
			
			@ -46,6 +46,9 @@
 | 
			
		|||
         <property name="text">
 | 
			
		||||
          <string>address</string>
 | 
			
		||||
         </property>
 | 
			
		||||
         <property name="textInteractionFlags">
 | 
			
		||||
          <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set>
 | 
			
		||||
         </property>
 | 
			
		||||
        </widget>
 | 
			
		||||
       </item>
 | 
			
		||||
       <item row="1" column="0">
 | 
			
		||||
| 
						 | 
				
			
			@ -60,6 +63,9 @@
 | 
			
		|||
         <property name="text">
 | 
			
		||||
          <string>amount</string>
 | 
			
		||||
         </property>
 | 
			
		||||
         <property name="textInteractionFlags">
 | 
			
		||||
          <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set>
 | 
			
		||||
         </property>
 | 
			
		||||
        </widget>
 | 
			
		||||
       </item>
 | 
			
		||||
       <item row="2" column="0">
 | 
			
		||||
| 
						 | 
				
			
			@ -74,6 +80,9 @@
 | 
			
		|||
         <property name="text">
 | 
			
		||||
          <string>fee</string>
 | 
			
		||||
         </property>
 | 
			
		||||
         <property name="textInteractionFlags">
 | 
			
		||||
          <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set>
 | 
			
		||||
         </property>
 | 
			
		||||
        </widget>
 | 
			
		||||
       </item>
 | 
			
		||||
       <item row="3" column="1">
 | 
			
		||||
| 
						 | 
				
			
			@ -95,6 +104,9 @@
 | 
			
		|||
         <property name="text">
 | 
			
		||||
          <string>total</string>
 | 
			
		||||
         </property>
 | 
			
		||||
         <property name="textInteractionFlags">
 | 
			
		||||
          <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set>
 | 
			
		||||
         </property>
 | 
			
		||||
        </widget>
 | 
			
		||||
       </item>
 | 
			
		||||
      </layout>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue